Class: Quickfix50Sp2::SecurityDefinition::NoMarketSegments::NoLotTypeRules

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoLotTypeRules

Returns a new instance of NoLotTypeRules.



8714
8715
8716
8717
8718
8719
8720
# File 'lib/quickfix50sp2.rb', line 8714

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1093
	order[1] = 1231
	order[2] = 0
	super(1234, 1093, order)
end