Class: Quickfix40::Allocation
- Defined in:
- lib/quickfix40.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoMiscFees, NoOrders
Instance Method Summary collapse
-
#initialize ⇒ Allocation
constructor
A new instance of Allocation.
Constructor Details
#initialize ⇒ Allocation
Returns a new instance of Allocation.
148 149 150 151 |
# File 'lib/quickfix40.rb', line 148 def initialize super getHeader().setField( Quickfix::MsgType.new("J") ) end |