Class: Quickfix50Sp1::CollateralReport

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

#initializeCollateralReport

Returns a new instance of CollateralReport.



13139
13140
13141
13142
# File 'lib/quickfix50sp1.rb', line 13139

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