Module: StockFighter::ApiMixin
- Includes:
- GameMasterApi, TradingApi
- Included in:
- Api
- Defined in:
- lib/stock_fighter/api_mixin.rb,
lib/stock_fighter/api_mixin/trading_api.rb,
lib/stock_fighter/api_mixin/game_master_api.rb
Defined Under Namespace
Modules: ClassMethods, GameMasterApi, TradingApi
Class Method Summary collapse
Methods included from GameMasterApi
#list_levels, #restart_instance, #resume_instance, #show_instance, #start_current_level, #stop_instance
Methods included from TradingApi
#cancel_order, #get_orderbook, #get_quote, #list_account_orders, #list_account_stock_orders, #list_stocks, #place_order, #send_heartbeat, #send_venue_heartbeat, #set_api_key, #show_order
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/stock_fighter/api_mixin.rb', line 6 def self.included base base.extend ClassMethods end |