Class: Quickfix50Sp2::ListStrikePrice

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

Defined Under Namespace

Classes: NoStrikes

Instance Method Summary collapse

Constructor Details

#initializeListStrikePrice

Returns a new instance of ListStrikePrice.



6411
6412
6413
6414
# File 'lib/quickfix50sp2.rb', line 6411

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