Structure
Position
public struct Position: Codable
Relationships
Nested Types
Position.Side
Conforms To
Codable
Properties
assetId
let assetId: UUID
symbol
let symbol: String
exchange
let exchange: Asset.Exchange
assetClass
let assetClass: Asset.Class
avgEntryPrice
let avgEntryPrice: NumericString<Double>
qty
let qty: NumericString<Double>
side
let side: Side
marketValue
let marketValue: NumericString<Double>
costBasis
let costBasis: NumericString<Double>
unrealizedPl
let unrealizedPl: NumericString<Double>
unrealizedPlpc
let unrealizedPlpc: NumericString<Double>
unrealizedIntradayPl
let unrealizedIntradayPl: NumericString<Double>
unrealizedIntradayPlpc
let unrealizedIntradayPlpc: NumericString<Double>
currentPrice
let currentPrice: NumericString<Double>
lastdayPrice
let lastdayPrice: NumericString<Double>
changeToday
let changeToday: NumericString<Double>