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