ezyquant_execution.entity.BaseAccountInfo#

class ezyquant_execution.entity.BaseAccountInfo(line_available: float, credit_limit: float, cash_balance: float, account_type: str, client_type: str, customer_type: str, can_buy: bool, can_sell: bool, crossing_key: str, credit_balance: float)#

BaseAccountInfo.from_camel_dict(dct)

BaseAccountInfo.line_available

Line available

BaseAccountInfo.credit_limit

Credit limit

BaseAccountInfo.cash_balance

Cash balance

BaseAccountInfo.account_type

Account Type

BaseAccountInfo.client_type

Client Type

BaseAccountInfo.customer_type

Customer Type

BaseAccountInfo.can_buy

Flag indicates that the account has a permission to buy stock

BaseAccountInfo.can_sell

Flag indicates that the account has a permission to sell stock

BaseAccountInfo.crossing_key

Crossing Key

BaseAccountInfo.credit_balance

Credit Balance