Class: Quickfix50::AllocationInstruction
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoLegs, NoOrders, NoPartyIDs, NoPosAmt, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ AllocationInstruction
constructor
A new instance of AllocationInstruction.
Constructor Details
#initialize ⇒ AllocationInstruction
Returns a new instance of AllocationInstruction.
1906 1907 1908 1909 |
# File 'lib/quickfix50.rb', line 1906 def initialize super getHeader().setField( Quickfix::MsgType.new("J") ) end |