Documentation ¶
Index ¶
- type ApiTransGWT
- func (api ApiTransGWT) Init(conf config.Config)
- func (api ApiTransGWT) TransAcFund(mapTransed map[string]string) *tradeBasic.SAcFund
- func (api ApiTransGWT) TransAcPos(mapTransed map[string]string) *tradeBasic.SAcPos
- func (api ApiTransGWT) TransInfoOrder(mapTransed map[string]string) *tradeBasic.SOrderInfo
- func (api ApiTransGWT) TransInfoTrade(mapTransed map[string]string) *tradeBasic.STradeInfo
- func (api ApiTransGWT) TransReqOrder(reqOrder *tradeBasic.PReqOrder) map[string]string
- func (api ApiTransGWT) TransReqOrderAction(reqOrderAction *tradeBasic.PReqOrderAction) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiTransGWT ¶
type ApiTransGWT struct {
// contains filtered or unexported fields
}
func (ApiTransGWT) Init ¶
func (api ApiTransGWT) Init(conf config.Config)
func (ApiTransGWT) TransAcFund ¶
func (api ApiTransGWT) TransAcFund(mapTransed map[string]string) *tradeBasic.SAcFund
func (ApiTransGWT) TransAcPos ¶
func (api ApiTransGWT) TransAcPos(mapTransed map[string]string) *tradeBasic.SAcPos
func (ApiTransGWT) TransInfoOrder ¶
func (api ApiTransGWT) TransInfoOrder(mapTransed map[string]string) *tradeBasic.SOrderInfo
func (ApiTransGWT) TransInfoTrade ¶
func (api ApiTransGWT) TransInfoTrade(mapTransed map[string]string) *tradeBasic.STradeInfo
func (ApiTransGWT) TransReqOrder ¶
func (api ApiTransGWT) TransReqOrder(reqOrder *tradeBasic.PReqOrder) map[string]string
func (ApiTransGWT) TransReqOrderAction ¶
func (api ApiTransGWT) TransReqOrderAction(reqOrderAction *tradeBasic.PReqOrderAction) map[string]string
Click to show internal directories.
Click to hide internal directories.