Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelRequest ¶
type CancelRequest struct {
ID int64
}
func (*CancelRequest) MarshalJSON ¶
func (cr *CancelRequest) MarshalJSON() ([]byte, error)
MarshalJSON converts the funding credit cancel request into the format required by the bitfinex websocket service.
func (*CancelRequest) ToJSON ¶
func (cr *CancelRequest) ToJSON() ([]byte, error)
type Credit ¶
type Credit struct { ID int64 Symbol string Side int MTSCreated int64 MTSUpdated int64 Amount float64 Flags map[string]interface{} Status string RateType string Rate float64 Period int64 MTSOpened int64 MTSLastPayout int64 Notify bool Hidden bool Insure bool Renew bool RateReal float64 NoClose bool PositionPair string }
Click to show internal directories.
Click to hide internal directories.