C# 클래스 MtGoxTrader.MtGoxAPIClient.MtGoxAPIV0

This class implements MtGoxAPIV0 of the MtGox API as specified at https://en.bitcoin.it/wiki/MtGox/API#Methods_API_version_0
파일 보기 프로젝트 열기: iamapi/MtgoxTrader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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 ) : MtGoxDepthInfo

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 ( ) : MtGoxHistoryItem

0/info.php

sellBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List

0/sellBTC.php

ticker ( ) : MtGoxTickerItem

0/ticker

메소드 상세

MtGoxAPIV0() 공개 메소드

public MtGoxAPIV0 ( ) : System
리턴 System

buyBTC() 공개 메소드

0/buyBTC.php
public buyBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List
amount double
currency MtGoxCurrencySymbol
price double
리턴 List

cancelOrder() 공개 메소드

0/cancelOrder.php
public cancelOrder ( string oid, MtGoxOrderType type ) : List
oid string
type MtGoxOrderType
리턴 List

getDepth() 공개 메소드

0/data/getDepth.php
public getDepth ( MtGoxCurrencySymbol currency ) : MtGoxDepthInfo
currency MtGoxCurrencySymbol
리턴 MtGoxTrader.Model.MtGoxDepthInfo

getFunds() 공개 메소드

0/getFunds.php
public getFunds ( ) : double
리턴 double

getOrders() 공개 메소드

0/getOrders.php
public getOrders ( MtGoxOrderType type, MtGoxOrderStatus status, int oid ) : List
type MtGoxOrderType
status MtGoxOrderStatus
oid int
리턴 List

getTrades() 공개 메소드

0/data/getTrades.php
public getTrades ( string sinceTradeID ) : List
sinceTradeID string
리턴 List

history_CUR() 공개 메소드

0/history_[CUR].csv
public history_CUR ( MtGoxCurrencySymbol currency ) : string
currency MtGoxCurrencySymbol
리턴 string

info() 공개 메소드

0/info.php
public info ( ) : MtGoxHistoryItem
리턴 MtGoxTrader.Model.MtGoxHistoryItem

sellBTC() 공개 메소드

0/sellBTC.php
public sellBTC ( double amount, MtGoxCurrencySymbol currency, double price = 0.0 ) : List
amount double
currency MtGoxCurrencySymbol
price double
리턴 List

ticker() 공개 메소드

0/ticker
public ticker ( ) : MtGoxTickerItem
리턴 MtGoxTrader.Model.MtGoxTickerItem

프로퍼티 상세

apiKey 공개적으로 프로퍼티

public string apiKey
리턴 string

apiSecret 공개적으로 프로퍼티

public string apiSecret
리턴 string