EasyLanguage Object Reference
Accesses account information from a specified account when using an AccountsProvider component.
The Updated event is called whenever a change occurs in the referenced data.
Namespace: tsdata.trading
Name | Type | Description | |
![]() |
AccountID | string | Gets the ID (account number) of the account. |
![]() |
BDAccountEquity | double | Gets the value of beginning day account equity. |
![]() |
BDAcountNetWorth | double | Gets the value of beginning day account net worth. |
![]() |
BDCashBalance | double | Gets the value of beginning day cash balance. |
![]() |
BDDayTrainingBuyingPower | double | Gets the value of beginning day DayTrading buying power. |
![]() |
BDOptionBuyingPower | double | Gets the value of beginning day option buying power. |
![]() |
BDOptionLiquidationValue | double | Gets the value of beginning day option liquidation. |
![]() |
BDOvernightBuyingPower | double | Gets the value of beginning day overnight buying power. |
![]() |
BDUnrealizedPL | double | Gets the value of beginning day unrealized profit/loss. |
![]() |
CanDayTrade | boolean | True if day trading is allowed in the account, otherwise false. |
![]() |
FourDaysTradeCount | integer | Gets the number of trades from the past four days. |
![]() |
HasValue | boolean | True if the specified AccountField exists, otherwise false. |
![]() |
IsDayTrader | string | True if the trader is a pattern day trader. |
![]() |
Name | string | Gets the name of the account. |
![]() |
OptionApprovalLevel | double | Gets the options approval level. |
![]() |
RTAccountEquity | double | Gets the value of real-time account equity. |
![]() |
RTAccountNetWorth | double | Gets the value of real-time account net worth. |
![]() |
RTCashBalance | double | Gets the value of real-time cash balance. |
![]() |
RTCostOfPositions | double | Gets the value of real-time cost of positions. |
![]() |
RTDayTradingBuyingPower | double | Gets the value of real-time day trading buying power. |
![]() |
RTInitialMargin | double | Gets the value of real-time initial margin. |
![]() |
RTMaintenanceMargin | double | Gets the value of real-time maintenance margin. |
![]() |
RTOptionBuyingPower | double | Gets the value of real-time option buying power. |
![]() |
RTOptionLiquidationValue | double | Gets the value of real-time option liquidation value. |
![]() |
RTOvernightBuyingPower | double | Gets the value of real-time overnight buying power. |
![]() |
RTPurchasingPower | double | Gets the value of real-time purchasing power. |
![]() |
RTRealizedPL | double | Gets the value of real-time realized profit/loss. |
![]() |
RTUnrealizedPL | double | Gets the value of unrealized profit/loss. |
![]() |
Status | string | Gets the status of the account. |
![]() |
TodaysRTTradeEquity | double | Gets the value of today's real-time trade equity. |
![]() |
Type | enum | Get the account type. See AccountType for a list of possible values. |
![]() |
UnclearedDeposits | double | Gets the value of uncleared deposits. |
![]() |
UnsettledFund | double | Gets the value of unsettled funds. |
![]() |
Value[fieldName] | double | Gets the value of the specified account field name. |
Name | Description | |
![]() |
Updated | Occurs whenever an Account value is updated. See AccountUpdatedEventArgs for the properties returned by the handler's args parameter. |
tsdata.trading.Account