Class: Quickfix50::CollateralResponse

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



11617
11618
11619
11620
# File 'lib/quickfix50.rb', line 11617

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