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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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