EasyLanguage Object Reference

Account Class

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

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

elsystem.Object

  tsdata.trading.Account