Class: Quickfix50::ListStrikePrice

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

Defined Under Namespace

Classes: NoStrikes, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeListStrikePrice

Returns a new instance of ListStrikePrice.



5218
5219
5220
5221
# File 'lib/quickfix50.rb', line 5218

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