Class: Quickfix44::CollateralReport

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

#initializeCollateralReport

Returns a new instance of CollateralReport.



10101
10102
10103
10104
# File 'lib/quickfix44.rb', line 10101

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