Class: Quickfix44::CollateralResponse

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeCollateralResponse

Returns a new instance of CollateralResponse.



9917
9918
9919
9920
# File 'lib/quickfix44.rb', line 9917

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