Class: Quickfix50Sp2::CollateralAssignment

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

#initializeCollateralAssignment

Returns a new instance of CollateralAssignment.



13609
13610
13611
13612
# File 'lib/quickfix50sp2.rb', line 13609

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