Class: Quickfix::LegAllocQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegAllocQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocQty
constructor
A new instance of LegAllocQty.
Constructor Details
#initialize(data = nil) ⇒ LegAllocQty
Returns a new instance of LegAllocQty.
9275 9276 9277 9278 9279 9280 9281 |
# File 'lib/quickfix_fields.rb', line 9275 def initialize(data = nil) if( data == nil ) super(673) else super(673, data) end end |