Class: Quickfix::SwapPoints
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SwapPoints
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SwapPoints
constructor
A new instance of SwapPoints.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SwapPoints
Returns a new instance of SwapPoints.
14332 14333 14334 14335 14336 14337 14338 |
# File 'lib/quickfix_fields.rb', line 14332 def initialize(data = nil) if( data == nil ) super(1069) else super(1069, data) end end |
Class Method Details
.field ⇒ Object
14329 14330 14331 |
# File 'lib/quickfix_fields.rb', line 14329 def SwapPoints.field return 1069 end |