Methods class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ADD_EXPORT → const Methods
Request export report Result: report id
ADD_ORDER → const Methods
Add standard order Result: descr = order description info order = order description close = conditional close order description (if conditional close set) txid = array of transaction ids for order (if order was added successfully)
ASSET_PAIRS → const Methods
Get tradable asset pairs Result: array of pair names and their info
ASSETS → const Methods
Get asset info Result: array of asset names and their info
BALANCE → const Methods
Get account balance Result: array of asset names and balance amount
CANCEL_ORDER → const Methods
Cancel open order Result: count = number of orders canceled pending = if set, order(s) is/are pending cancellation
CLOSED_ORDERS → const Methods
Get closed orders Result: array of order info
DEPTH → const Methods
Get order book Result: array of pair name and market depth
EXPORT_STATUS → const Methods
Get export states Result: array of reports and their info
LEDGERS → const Methods
Get ledgers info Result: associative array of ledgers info
OHLC → const Methods
Get OHLC data Result: array of pair name and OHLC data
OPEN_ORDERS → const Methods
Get open orders Result: array of order info in open array with txid as the key
OPEN_POSITIONS → const Methods
Get open positions Result: associative array of open position info
QUERY_LEDGERS → const Methods
Query ledgers Result: associative array of ledgers info
QUERY_ORDERS → const Methods
Query orders info Result: associative array of orders info
QUERY_TRADES → const Methods
Query trades info Result: associative array of trades info
REMOVE_EXPORT → const Methods
Remove export report Result: bool with result of call
RETRIEVE_EXPORT → const Methods
Get export report Result: binary zip archive containing the report
SPREAD → const Methods
Get recent spread data Result: array of pair name and recent spread data
TICKER → const Methods
Get ticker information Result: array of pair names and their ticker info
TIME → const Methods
Get server time Result: Server's time
TRADE_BALANCE → const Methods
Get trade balance Result: array of trade balance info
TRADE_VOLUME → const Methods
Get trade volume Result: associative array
TRADES → const Methods
Get recent trades Result: array of pair name and recent trade data
TRADES_HISTORY → const Methods
Get trades history Result: array of trade info