Class: Quickfix41::Allocation
- Defined in:
- lib/quickfix41.rb
Defined Under Namespace
Classes: NoAllocs, NoExecs, NoOrders
Instance Method Summary collapse
-
#initialize ⇒ Allocation
constructor
A new instance of Allocation.
Constructor Details
#initialize ⇒ Allocation
Returns a new instance of Allocation.
206 207 208 209 |
# File 'lib/quickfix41.rb', line 206 def initialize super getHeader().setField( Quickfix::MsgType.new("J") ) end |