Wasm Directoryalpha
Record

get-accounts-account-summary-response-ledger-item

No description available.

record get-accounts-account-summary-response-ledger-item {
  cash-balance: option​<f64>,
  cash-balance-fx-segment: option​<f64>,
  cash-cum-qty: option​<f64>,
  exchange-rate: option​<f64>,
  future-option-market-value: option​<f64>,
  future-pnl: option​<f64>,
  net-dividend: option​<f64>,
  net-interest: option​<f64>,
  net-liquidation: option​<f64>,
  option-market-value: option​<f64>,
  realized-pnl: option​<f64>,
  stock-market-value: option​<f64>,
  total-cash-balance: option​<f64>,
  unrealized-pnl: option​<f64>,
}

Fields

NameTypeDescription
cash-balanceoption​<f64>
cash-balance-fx-segmentoption​<f64>
cash-cum-qtyoption​<f64>
exchange-rateoption​<f64>
future-option-market-valueoption​<f64>
future-pnloption​<f64>
net-dividendoption​<f64>
net-interestoption​<f64>
net-liquidationoption​<f64>
option-market-valueoption​<f64>
realized-pnloption​<f64>
stock-market-valueoption​<f64>
total-cash-balanceoption​<f64>
unrealized-pnloption​<f64>