TradableAccountSnapshot

@objc public class TradableAccountSnapshot: NSObject

A full snapshot of the account. Contains all necessary information about the account.

  • The metrics of the account.

    Declaration

    Swift

    @objc public let metrics: TradableAccountMetrics
  • The orders belonging to the account.

    Declaration

    Swift

    @objc public let orders: TradableOrders
  • The positions belonging to the account.

    Declaration

    Swift

    @objc public let positions: TradablePositions
  • The tick prices for instrument IDs the request was made for.

    Declaration

    Swift

    @objc public let prices: TradablePrices
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String