Class: Quickfix50Sp1::CollateralInquiry

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeCollateralInquiry

Returns a new instance of CollateralInquiry.



13350
13351
13352
13353
# File 'lib/quickfix50sp1.rb', line 13350

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