Class: Quickfix50::CollateralAssignment

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

#initializeCollateralAssignment

Returns a new instance of CollateralAssignment.



11416
11417
11418
11419
# File 'lib/quickfix50.rb', line 11416

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