Class: Quickfix43::Quote

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix43.rb

Defined Under Namespace

Classes: NoPartyIDs, NoSecurityAltID

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



1104
1105
1106
1107
# File 'lib/quickfix43.rb', line 1104

def initialize
  super
  getHeader().setField( Quickfix::MsgType.new("S") )
end