Class: Quickfix::DetachmentPoint
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DetachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DetachmentPoint
constructor
A new instance of DetachmentPoint.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DetachmentPoint
Returns a new instance of DetachmentPoint.
19298 19299 19300 19301 19302 19303 19304 |
# File 'lib/quickfix_fields.rb', line 19298 def initialize(data = nil) if( data == nil ) super(1458) else super(1458, data) end end |
Class Method Details
.field ⇒ Object
19295 19296 19297 |
# File 'lib/quickfix_fields.rb', line 19295 def DetachmentPoint.field return 1458 end |