Documentation
¶
Overview ¶
This file is generated by fluidc compile. DO NOT EDIT.
Index ¶
- type AggregatePayload
- type AggregateRow
- func (r *AggregateRow) Group() (Group, error)
- func (r *AggregateRow) NewGroup() (Group, error)
- func (r *AggregateRow) NewPayload() (AggregatePayload, error)
- func (r *AggregateRow) Payload() (AggregatePayload, error)
- func (r *AggregateRow) SetGroup(v Group) error
- func (r *AggregateRow) SetPayload(v AggregatePayload) error
- type EgressPayload
- type EgressRow
- type Group
- type IngressPayload
- func (p IngressPayload) Price() float64
- func (p IngressPayload) SetPrice(v float64) error
- func (p IngressPayload) SetSymbol(v string) error
- func (p IngressPayload) SetTs(v string) error
- func (p IngressPayload) SetVolume(v float64) error
- func (p IngressPayload) Symbol() (string, error)
- func (p IngressPayload) Ts() (string, error)
- func (p IngressPayload) Volume() float64
- type IngressRow
- func (r *IngressRow) Group() (Group, error)
- func (r *IngressRow) NewGroup() (Group, error)
- func (r *IngressRow) NewPayload() (IngressPayload, error)
- func (r *IngressRow) Payload() (IngressPayload, error)
- func (r *IngressRow) SetGroup(v Group) error
- func (r *IngressRow) SetPayload(v IngressPayload) error
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 (*EgressRow) NewPayload ¶
func (r *EgressRow) NewPayload() (EgressPayload, error)
func (*EgressRow) Payload ¶
func (r *EgressRow) Payload() (EgressPayload, error)
func (*EgressRow) SetPayload ¶
func (r *EgressRow) SetPayload(v EgressPayload) 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
Click to show internal directories.
Click to hide internal directories.