asynctradier.common.user_profile module
- class asynctradier.common.user_profile.UserAccount(**kwargs)[source]
Bases:
objectRepresents a user profile with various attributes.
- id
The ID of the user profile.
- Type:
str
- name
The name of the user profile.
- Type:
str
- account_number
The account number associated with the user profile.
- Type:
str
- classification
The classification of the user profile.
- Type:
- date_created
The date when the user profile was created.
- Type:
str
- day_trader
Indicates whether the user is a day trader or not.
- Type:
bool
- option_level
The option level of the user profile.
- Type:
int
- status
The status of the user profile.
- Type:
- type
The type of the user profile.
- Type:
- last_update_date
The date of the last update to the user profile.
- Type:
str