tick

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: AGPL-3.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tick

type Tick struct {
	Time       time.Time `json:"time"`
	PairSymbol string    `json:"pair_symbol"`
	Price      float64   `json:"price"`
	Exchange   string    `json:"exchange"`
}

func (Tick) MarshalBinary

func (t Tick) MarshalBinary() ([]byte, error)

func (Tick) String

func (t Tick) String() string

func (*Tick) UnmarshalBinary

func (t *Tick) UnmarshalBinary(data []byte) error

Jump to

Keyboard shortcuts

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