Class: Quickfix::AllocGroupAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocGroupAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocGroupAmount
constructor
A new instance of AllocGroupAmount.
Constructor Details
#initialize(data = nil) ⇒ AllocGroupAmount
Returns a new instance of AllocGroupAmount.
76550 76551 76552 76553 76554 76555 76556 |
# File 'lib/quickfix_fields.rb', line 76550 def initialize(data = nil) if( data == nil ) super(2761) else super(2761, data) end end |