Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoLegs::NoLegProtectionTerms::NoLegProtectionTermObligations

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

#initializeNoLegProtectionTermObligations



78829
78830
78831
78832
78833
78834
78835
# File 'lib/quickfix50sp2.rb', line 78829

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41636
	order[1] = 41637
	order[2] = 0
	super(41635, 41636, order)
end