프로퍼티 | 타입 | 설명 | |
---|---|---|---|
apiKey | string | ||
apiSecret | string |
메소드 | 설명 | |
---|---|---|
MtGoxAPIV0 ( ) : System | ||
buyBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List |
0/buyBTC.php
|
|
cancelOrder ( string oid, MtGoxOrderType type ) : List |
0/cancelOrder.php
|
|
getDepth ( MtGoxCurrencySymbol currency ) : |
0/data/getDepth.php
|
|
getFunds ( ) : double |
0/getFunds.php
|
|
getOrders ( MtGoxOrderType type, MtGoxOrderStatus status, int oid ) : List |
0/getOrders.php
|
|
getTrades ( string sinceTradeID ) : List |
0/data/getTrades.php
|
|
history_CUR ( MtGoxCurrencySymbol currency ) : string |
0/history_[CUR].csv
|
|
info ( ) : |
0/info.php
|
|
sellBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List |
0/sellBTC.php
|
|
ticker ( ) : |
0/ticker
|
public buyBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List |
||
amount | double | |
currency | MtGoxCurrencySymbol | |
price | double | |
리턴 | List |
public cancelOrder ( string oid, MtGoxOrderType type ) : List |
||
oid | string | |
type | MtGoxOrderType | |
리턴 | List |
public getDepth ( MtGoxCurrencySymbol currency ) : |
||
currency | MtGoxCurrencySymbol | |
리턴 |
public getOrders ( MtGoxOrderType type, MtGoxOrderStatus status, int oid ) : List |
||
type | MtGoxOrderType | |
status | MtGoxOrderStatus | |
oid | int | |
리턴 | List |
public history_CUR ( MtGoxCurrencySymbol currency ) : string | ||
currency | MtGoxCurrencySymbol | |
리턴 | string |
public sellBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List |
||
amount | double | |
currency | MtGoxCurrencySymbol | |
price | double | |
리턴 | List |