Class: Quickfix42::ListStrikePrice

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

Defined Under Namespace

Classes: NoStrikes

Instance Method Summary collapse

Constructor Details

#initializeListStrikePrice

Returns a new instance of ListStrikePrice.



1144
1145
1146
1147
# File 'lib/quickfix42.rb', line 1144

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