Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionCashSettlPaymentDates

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

#initializeNoUnderlyingProvisionCashSettlPaymentDates

Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDates.



201782
201783
201784
201785
201786
201787
201788
# File 'lib/quickfix50sp2.rb', line 201782

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42100
	order[1] = 42101
	order[2] = 0
	super(42099, 42100, order)
end