Class: SchwabRb::Client
- Inherits:
-
BaseClient
- Object
- BaseClient
- SchwabRb::Client
- Defined in:
- lib/schwab_rb/clients/client.rb
Constant Summary collapse
- BASE_URL =
"https://api.schwabapi.com"
Instance Attribute Summary
Attributes inherited from BaseClient
#api_key, #app_secret, #enforce_enums, #session, #token_manager
Method Summary
Methods inherited from BaseClient
#available_account_names, #cancel_order, #get_account, #get_account_numbers, #get_account_orders, #get_accounts, #get_all_linked_account_orders, #get_instrument_by_cusip, #get_instruments, #get_market_hours, #get_movers, #get_option_chain, #get_option_expiration_chain, #get_order, #get_price_history, #get_price_history_every_day, #get_price_history_every_fifteen_minutes, #get_price_history_every_five_minutes, #get_price_history_every_minute, #get_price_history_every_ten_minutes, #get_price_history_every_thirty_minutes, #get_price_history_every_week, #get_quote, #get_quotes, #get_transaction, #get_transactions, #get_user_preferences, #initialize, #place_order, #preview_order, #refresh!, #replace_order, #set_timeout, #timeout, #token_age
Methods included from EnumEnforcer
#convert_enum, #convert_enum_iterable, #enforce_enums=, #enforce_enums?, #get_valid_enum_values, #set_enforce_enums, #type_error
Constructor Details
This class inherits a constructor from SchwabRb::BaseClient