bitbankapi class
Description
Provides a function to trade on the bitbank.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.BitbankApi.dll.
Note : Rtype.BitbankApi.dll is not included in the Cooker distribution archive. In order to use the class, please incorporate the dll file yourself.
DLL
Rtype.BitbankApi.dll
fitter
Signature | Description |
bitbankapi() | Gets an instance. |
bitbankapi(int) | Gets an instance that has been set a timeout span. |
bitbankapi(string,string) | Gets an instance that has been set api key and secret key. |
bitbankapi(string,string,int) | Gets an instance that has been set api key, secret key, and timeout span. |
getter
setter
Signature | Description |
ApiKey(string) | Sets an api key. |
SecretKey(string) | Sets a secret key. |
TimeOut(int) | Sets a timeout span. |
method
Signature | Description |
ActiveOrders(string,long,long,long,long,long) | Get active orders information. |
Assets() | Gets information of user's assets. |
CancelOrder(string,long) | Cancels a order. |
CancelOrders(string,list{long}) | Cancels specified orders. |
CandleStick(string,string,string) | Gets the candlestick data of the specified date. |
Depth(string) | Gets the depth information of order books. |
Order(string,long) | Gets an order information. |
Order(string,real,real,string,string) | Make an order. |
OrdersInfo(string,list{long}) | Gets orders information. |
Pairs() | Gets all pairs info. |
Release() | Releases the unmanaged resources that are used in the bitbankapi. |
RequestWithdrawal(string,string,string,string,string) | Requests withdrawal. |
Status() | Gets exchange status. |
Ticker(string) | Gets Ticker information. |
TradeHistory(string,long,long,long,long,string) | Gets trade history. |
Transactions(string,string) | Gets all execution history for the specified date. |
WithdrawalAccount(string) | Gets a withdrawal account. |
Downloads for latest version.
Downloads the bitbankapi and bitbankres class ver 1.0.0.0 for Any CPU.
Downloads the bitbankapi and bitbankres class ver 1.0.0.0 for x86.
Downloads the bitbankapi and bitbankres class ver 1.0.0.0 for x64.
Downloads the source of bitbankapi and bitbankres class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.