data

package module
v0.0.0-...-9a4d705 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

This file is generated by fluidc compile. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregatePayload

type AggregatePayload struct {
	// contains filtered or unexported fields
}

func (AggregatePayload) Pavg

func (p AggregatePayload) Pavg() float64

func (AggregatePayload) SetPavg

func (p AggregatePayload) SetPavg(v float64) error

func (AggregatePayload) SetT

func (p AggregatePayload) SetT(v string) error

func (AggregatePayload) SetTrades

func (p AggregatePayload) SetTrades(v int64) error

func (AggregatePayload) T

func (p AggregatePayload) T() (string, error)

func (AggregatePayload) Trades

func (p AggregatePayload) Trades() int64

type AggregateRow

type AggregateRow struct {
	// contains filtered or unexported fields
}

func NewAggregateRow

func NewAggregateRow() (AggregateRow, error)

func (*AggregateRow) Group

func (r *AggregateRow) Group() (Group, error)

func (*AggregateRow) NewGroup

func (r *AggregateRow) NewGroup() (Group, error)

func (*AggregateRow) NewPayload

func (r *AggregateRow) NewPayload() (AggregatePayload, error)

func (*AggregateRow) Payload

func (r *AggregateRow) Payload() (AggregatePayload, error)

func (*AggregateRow) SetGroup

func (r *AggregateRow) SetGroup(v Group) error

func (*AggregateRow) SetPayload

func (r *AggregateRow) SetPayload(v AggregatePayload) error

type EgressPayload

type EgressPayload struct {
	// contains filtered or unexported fields
}

func (EgressPayload) Pavg

func (p EgressPayload) Pavg() float64

func (EgressPayload) SetPavg

func (p EgressPayload) SetPavg(v float64) error

func (EgressPayload) SetT

func (p EgressPayload) SetT(v string) error

func (EgressPayload) SetTrades

func (p EgressPayload) SetTrades(v int64) error

func (EgressPayload) T

func (p EgressPayload) T() (string, error)

func (EgressPayload) Trades

func (p EgressPayload) Trades() int64

type EgressRow

type EgressRow struct {
	// contains filtered or unexported fields
}

func NewEgressRow

func NewEgressRow() (EgressRow, error)

func (*EgressRow) Group

func (r *EgressRow) Group() (Group, error)

func (*EgressRow) NewGroup

func (r *EgressRow) NewGroup() (Group, error)

func (*EgressRow) NewPayload

func (r *EgressRow) NewPayload() (EgressPayload, error)

func (*EgressRow) Payload

func (r *EgressRow) Payload() (EgressPayload, error)

func (*EgressRow) SetGroup

func (r *EgressRow) SetGroup(v Group) error

func (*EgressRow) SetPayload

func (r *EgressRow) SetPayload(v EgressPayload) error

type Group

type Group struct {
	// contains filtered or unexported fields
}

func (Group) SetSymbol

func (g Group) SetSymbol(v string) error

func (Group) Symbol

func (g Group) Symbol() (string, error)

type IngressPayload

type IngressPayload struct {
	// contains filtered or unexported fields
}

func (IngressPayload) Price

func (p IngressPayload) Price() float64

func (IngressPayload) SetPrice

func (p IngressPayload) SetPrice(v float64) error

func (IngressPayload) SetSymbol

func (p IngressPayload) SetSymbol(v string) error

func (IngressPayload) SetTs

func (p IngressPayload) SetTs(v string) error

func (IngressPayload) SetVolume

func (p IngressPayload) SetVolume(v float64) error

func (IngressPayload) Symbol

func (p IngressPayload) Symbol() (string, error)

func (IngressPayload) Ts

func (p IngressPayload) Ts() (string, error)

func (IngressPayload) Volume

func (p IngressPayload) Volume() float64

type IngressRow

type IngressRow struct {
	// contains filtered or unexported fields
}

func NewIngressRow

func NewIngressRow() (IngressRow, error)

func (*IngressRow) Group

func (r *IngressRow) Group() (Group, error)

func (*IngressRow) NewGroup

func (r *IngressRow) NewGroup() (Group, error)

func (*IngressRow) NewPayload

func (r *IngressRow) NewPayload() (IngressPayload, error)

func (*IngressRow) Payload

func (r *IngressRow) Payload() (IngressPayload, error)

func (*IngressRow) SetGroup

func (r *IngressRow) SetGroup(v Group) error

func (*IngressRow) SetPayload

func (r *IngressRow) SetPayload(v IngressPayload) error

Jump to

Keyboard shortcuts

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