Kraken

Constructors

this
this(string key, string secret)
Undocumented in source.

Members

Functions

AddOrder
AddOrderResult AddOrder(string pair, OrderSide type, string ordertype, string price, string volume)
Undocumented in source. Be warned that the author may not have intended to support it.
Balance
BalanceResult Balance()
Undocumented in source. Be warned that the author may not have intended to support it.
OrderBook
OrderBookResult OrderBook(string pair)
Undocumented in source. Be warned that the author may not have intended to support it.
QueryOrders
QueryOrdersResult QueryOrders(string txid)
Undocumented in source. Be warned that the author may not have intended to support it.
Ticker
TickerResult Ticker(string pair)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

API_URL
auto API_URL;
Undocumented in source.

Inherited Members

From KrakenAPI

Ticker
TickerResult Ticker(string pair)
OrderBook
OrderBookResult OrderBook(string pair)
Balance
BalanceResult Balance()
QueryOrders
QueryOrdersResult QueryOrders(string txid)
AddOrder
AddOrderResult AddOrder(string pair, OrderSide type, string ordertype, string price, string volume)

Meta