Class: Quickfix50Sp2::CollateralInquiryAck

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

Defined Under Namespace

Classes: NoCollInquiryQualifier, NoExecs, NoLegs, NoPartyIDs, NoTrades, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeCollateralInquiryAck

Returns a new instance of CollateralInquiryAck.



14546
14547
14548
14549
# File 'lib/quickfix50sp2.rb', line 14546

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("BG") )
end