Documentation ¶
Overview ¶
Package userrequest msg type = BE.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetNewPassword(v string)
- func (m *Message) SetPassword(v string)
- func (m *Message) SetRawData(v string)
- func (m *Message) SetRawDataLength(v int)
- func (m *Message) SetUserRequestID(v string)
- func (m *Message) SetUserRequestType(v int)
- func (m *Message) SetUsername(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"BE"` fix44.Header //UserRequestID is a required field for UserRequest. UserRequestID string `fix:"923"` //UserRequestType is a required field for UserRequest. UserRequestType int `fix:"924"` //Username is a required field for UserRequest. Username string `fix:"553"` //Password is a non-required field for UserRequest. Password *string `fix:"554"` //NewPassword is a non-required field for UserRequest. NewPassword *string `fix:"925"` //RawDataLength is a non-required field for UserRequest. RawDataLength *int `fix:"95"` //RawData is a non-required field for UserRequest. RawData *string `fix:"96"` fix44.Trailer }
Message is a UserRequest FIX Message
func (*Message) SetNewPassword ¶ added in v0.2.0
func (*Message) SetPassword ¶ added in v0.2.0
func (*Message) SetRawData ¶ added in v0.2.0
func (*Message) SetRawDataLength ¶ added in v0.2.0
func (*Message) SetUserRequestID ¶ added in v0.2.0
func (*Message) SetUserRequestType ¶ added in v0.2.0
func (*Message) SetUsername ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.