Class: Quickfix50::Quote

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



2811
2812
2813
2814
# File 'lib/quickfix50.rb', line 2811

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