Class: Quickfix::LastSwapPoints
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LastSwapPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastSwapPoints
constructor
A new instance of LastSwapPoints.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LastSwapPoints
14358 14359 14360 14361 14362 14363 14364 |
# File 'lib/quickfix_fields.rb', line 14358 def initialize(data = nil) if( data == nil ) super(1071) else super(1071, data) end end |
Class Method Details
.field ⇒ Object
14355 14356 14357 |
# File 'lib/quickfix_fields.rb', line 14355 def LastSwapPoints.field return 1071 end |