Class: Quickfix50Sp2::CollateralInquiryAck::NoCollInquiryQualifier

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

Instance Method Summary collapse

Constructor Details

#initializeNoCollInquiryQualifier

Returns a new instance of NoCollInquiryQualifier.



14552
14553
14554
14555
14556
14557
# File 'lib/quickfix50sp2.rb', line 14552

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 896
	order[1] = 0
	super(938, 896, order)
end