bwatch

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ex core.Exchange) core.Exchange

Types

type Etf

type Etf struct {
	AssetID               string          `json:"asset_id,omitempty"`
	Name                  string          `json:"name,omitempty"`
	Symbol                string          `json:"symbol,omitempty"`
	Price                 decimal.Decimal `json:"price"`
	MaxSupply             decimal.Decimal `json:"max_supply"`
	CirculatingSupply     decimal.Decimal `json:"circulating_supply"`
	MaxSubscriptionAmount decimal.Decimal `json:"max_subscription_amount"`
	MinSubscriptionAmount decimal.Decimal `json:"min_subscription_amount"`
	MaxRedemptionAmount   decimal.Decimal `json:"max_redemption_amount"`
	MinRedemptionAmount   decimal.Decimal `json:"min_redemption_amount"`
	SubscriptionFeeRate   decimal.Decimal `json:"subscription_fee_rate"`
	SubscriptionFee       decimal.Decimal `json:"subscription_fee"`
	RedemptionFeeRate     decimal.Decimal `json:"redemption_fee_rate"`
	RedemptionFee         decimal.Decimal `json:"redemption_fee"`
	Assets                number.Values   `json:"assets"`
}

Jump to

Keyboard shortcuts

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