Class: Quickfix50Sp1::CollateralResponse

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



12927
12928
12929
12930
# File 'lib/quickfix50sp1.rb', line 12927

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