Documentation
¶
Overview ¶
package specfix represents XML specification of the FIX protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MOEX44 []byte
Functions ¶
This section is empty.
Types ¶
type Component ¶ added in v0.0.50
func (*Component) UnmarshalXML ¶ added in v0.0.50
type ComponentDef ¶ added in v0.0.50
type Field ¶ added in v0.0.50
func (*Field) UnmarshalXML ¶ added in v0.0.50
type FieldDef ¶ added in v0.0.50
func (*FieldDef) UnmarshalXML ¶ added in v0.0.50
type Spec ¶ added in v0.0.50
type Spec struct { XMLName xml.Name `xml:"fix"` Type string `xml:"type,attr"` Major string `xml:"major,attr"` Minor string `xml:"minor,attr"` Servicepack string `xml:"servicepack,attr"` Header Header `xml:"header"` Messages []Message `xml:"messages>message"` Trailer []Field `xml:"trailer>field"` ComponentDefs []ComponentDef `xml:"components>component"` FieldDefs []FieldDef `xml:"fields>field"` }
Spec represents a FIX messages based on a XML specification of the FIX protocol.
Click to show internal directories.
Click to hide internal directories.