Class: Quickfix44::AllocationInstruction

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix44.rb

Defined Under Namespace

Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeAllocationInstruction

Returns a new instance of AllocationInstruction.



1635
1636
1637
1638
# File 'lib/quickfix44.rb', line 1635

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