Class: Quickfix44::ListStrikePrice

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

Defined Under Namespace

Classes: NoStrikes, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeListStrikePrice

Returns a new instance of ListStrikePrice.



4492
4493
4494
4495
# File 'lib/quickfix44.rb', line 4492

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