quotsetgrp

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoQuoteSets

type NoQuoteSets struct {
	//QuoteSetID is a required field for NoQuoteSets.
	QuoteSetID string `fix:"302"`
	//UnderlyingInstrument is a non-required component for NoQuoteSets.
	UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument
	//QuoteSetValidUntilTime is a non-required field for NoQuoteSets.
	QuoteSetValidUntilTime *time.Time `fix:"367"`
	//TotNoQuoteEntries is a required field for NoQuoteSets.
	TotNoQuoteEntries int `fix:"304"`
	//LastFragment is a non-required field for NoQuoteSets.
	LastFragment *bool `fix:"893"`
	//QuotEntryGrp is a required component for NoQuoteSets.
	quotentrygrp.QuotEntryGrp
}

NoQuoteSets is a repeating group in QuotSetGrp

func NewNoQuoteSets added in v0.2.0

func NewNoQuoteSets(quotesetid string, totnoquoteentries int, quotentrygrp quotentrygrp.QuotEntryGrp) *NoQuoteSets

NewNoQuoteSets returns an initialized NoQuoteSets instance

func (*NoQuoteSets) SetLastFragment added in v0.2.0

func (m *NoQuoteSets) SetLastFragment(v bool)

func (*NoQuoteSets) SetQuotEntryGrp added in v0.2.0

func (m *NoQuoteSets) SetQuotEntryGrp(v quotentrygrp.QuotEntryGrp)

func (*NoQuoteSets) SetQuoteSetID added in v0.2.0

func (m *NoQuoteSets) SetQuoteSetID(v string)

func (*NoQuoteSets) SetQuoteSetValidUntilTime added in v0.2.0

func (m *NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time)

func (*NoQuoteSets) SetTotNoQuoteEntries added in v0.2.0

func (m *NoQuoteSets) SetTotNoQuoteEntries(v int)

func (*NoQuoteSets) SetUnderlyingInstrument added in v0.2.0

func (m *NoQuoteSets) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)

type QuotSetGrp added in v0.2.0

type QuotSetGrp struct {
	//NoQuoteSets is a required field for QuotSetGrp.
	NoQuoteSets []NoQuoteSets `fix:"296"`
}

QuotSetGrp is a fix50sp2 Component

func New

func New(noquotesets []NoQuoteSets) *QuotSetGrp

New returns an initialized QuotSetGrp instance

func (*QuotSetGrp) SetNoQuoteSets added in v0.2.0

func (m *QuotSetGrp) SetNoQuoteSets(v []NoQuoteSets)

Jump to

Keyboard shortcuts

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