Class: Quickfix50Sp2::CollateralReport

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



14053
14054
14055
14056
# File 'lib/quickfix50sp2.rb', line 14053

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