Class: Quickfix42::Allocation
- Defined in:
- lib/quickfix42.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.
413 414 415 416 |
# File 'lib/quickfix42.rb', line 413 def initialize super getHeader().setField( Quickfix::MsgType.new("J") ) end |