Method: Bitmex::User#execution_history
- Defined in:
- lib/bitmex/user.rb
#execution_history(symbol = 'XBTUSD', timestamp = Date.today) ⇒ Array
Get the execution history by day
56 57 58 |
# File 'lib/bitmex/user.rb', line 56 def execution_history(symbol = 'XBTUSD', = Date.today) get 'executionHistory', symbol: symbol, timestamp: end |