Class: Quickfix::GroupAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::GroupAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ GroupAmount
constructor
A new instance of GroupAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ GroupAmount
Returns a new instance of GroupAmount.
76524 76525 76526 76527 76528 76529 76530 |
# File 'lib/quickfix_fields.rb', line 76524 def initialize(data = nil) if( data == nil ) super(2759) else super(2759, data) end end |
Class Method Details
.field ⇒ Object
76521 76522 76523 |
# File 'lib/quickfix_fields.rb', line 76521 def GroupAmount.field return 2759 end |