Class: Quickfix50Sp1::CollateralAssignment

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

#initializeCollateralAssignment

Returns a new instance of CollateralAssignment.



12715
12716
12717
12718
# File 'lib/quickfix50sp1.rb', line 12715

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