Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct {
// contains filtered or unexported fields
}
func (Account) LeverageBalance ¶
Make sure a leverage balance.
type BankAccount ¶
type BankAccount struct {
// contains filtered or unexported fields
}
func (BankAccount) Create ¶
func (a BankAccount) Create(param string) string
Create a new BankAccount.
type Goincheck ¶
type Goincheck struct { AccessKey string SecretKey string Account Account BankAccount BankAccount Borrow Borrow Deposit Deposit Leverage Leverage Order Order OrderBook OrderBook Send Send Ticker Ticker Trade Trade Transfer Transfer Withdraw Withdraw }
type Order ¶
type Order struct {
// contains filtered or unexported fields
}
func (Order) Cancel ¶
cancel a created order specified by order id. Optional argument amount is to refund partially.
type Transfer ¶
type Transfer struct {
// contains filtered or unexported fields
}
func (Transfer) FromLeverage ¶
Transfer Balance from Leverage.
func (Transfer) ToLeverage ¶
Transfer Balance to Leverage.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.