Class: Quickfix44::AllocationInstruction
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstruction
constructor
A new instance of AllocationInstruction.
Constructor Details
#initialize ⇒ AllocationInstruction
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 |