Class: Quickfix50Sp2::CollateralInquiryAck::NoStreams::NoPaymentStreamPricingDays

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

#initialize ⇒ NoPaymentStreamPricingDays

Returns a new instance of NoPaymentStreamPricingDays.



302405
302406
302407
302408
302409
302410
302411
# File 'lib/quickfix50sp2.rb', line 302405

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41228
	order[1] = 41229
	order[2] = 0
	super(41227, 41228, order)
end