Class: Quickfix50::CollateralReport

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

#initializeCollateralReport

Returns a new instance of CollateralReport.



11818
11819
11820
11821
# File 'lib/quickfix50.rb', line 11818

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