accounts

package
v0.18.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	AccountID    int64        `json:"account_id"`
	TradeMode    string       `json:"trade_mode"`
	Leverage     int64        `json:"leverage"`
	MarginMode   string       `json:"margin_mode"`
	StopoutMode  string       `json:"stopout_mode"`
	TradeAllowed bool         `json:"trade_allowed"`
	TradeExpert  bool         `json:"trade_expert"`
	LimitOrders  int64        `json:"limit_orders"`
	Name         string       `json:"name"`
	Server       string       `json:"server"`
	Currency     string       `json:"currency"`
	Company      string       `json:"company"`
	Created      time.Time    `json:"created"`
	Updated      time.Time    `json:"updated"`
	Deleted      sql.NullTime `json:"deleted"`
}

Account Properties

Directories

Path Synopsis
package accountsrepo is a generated GoMock package.
package accountsrepo is a generated GoMock package.
package accountssvc is a generated GoMock package.
package accountssvc is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL