Class: Quickfix43::ListStrikePrice

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

Defined Under Namespace

Classes: NoStrikes

Instance Method Summary collapse

Constructor Details

#initializeListStrikePrice

Returns a new instance of ListStrikePrice.



2064
2065
2066
2067
# File 'lib/quickfix43.rb', line 2064

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