Class: Quickfix50Sp2::CollateralResponse

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



13831
13832
13833
13834
# File 'lib/quickfix50sp2.rb', line 13831

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