Sha256: edcb05e8d1686db40bed0e860c6d1082cc8f67cfd360d3a8d95bdebef0b2f4e3
Contents?: true
Size: 448 Bytes
Versions: 7
Compression:
Stored size: 448 Bytes
Contents
# SnapTrade::PortfolioGroupPosition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **UniversalSymbol** | | [optional] | | **price** | **Float** | Last known market price for the symbol | [optional] | | **units** | **Integer** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::PortfolioGroupPosition.new( symbol: null, price: 24.81, units: 15 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems