Class: Quickfix44::CollateralAssignment

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

#initializeCollateralAssignment

Returns a new instance of CollateralAssignment.



9733
9734
9735
9736
# File 'lib/quickfix44.rb', line 9733

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