Bitfinex

Constructors

this
this(string key, string secret)

Members

Functions

accountInfos
Json accountInfos()
newOrder
BFXOrderStatus newOrder(string symbol, string amount, string price, string side, string ordertype)
orderHistory
OrderHistoryResult orderHistory()
orderStatus
BFXOrderStatus orderStatus(long id)
symbols
string[] symbols()
ticker
TickerResult ticker(string symbol)

Inherited Members

From BitfinexPublicAPI

symbols
string[] symbols()

From BitfinexPublicAPIv2

ticker
TickerResult ticker(string _symbol)

From BitfinexPrivateAPI

accountInfos
Json accountInfos()
orderHistory
OrderHistoryResult orderHistory()
newOrder
BFXOrderStatus newOrder(string symbol, string amount, string price, string side, string ordertype)
orderStatus
BFXOrderStatus orderStatus(long id)

Meta