Class: Quickfix::LegDetachmentPoint
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDetachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDetachmentPoint
constructor
A new instance of LegDetachmentPoint.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegDetachmentPoint
Returns a new instance of LegDetachmentPoint.
42568 42569 42570 42571 42572 42573 42574 |
# File 'lib/quickfix_fields.rb', line 42568 def initialize(data = nil) if( data == nil ) super(2154) else super(2154, data) end end |
Class Method Details
.field ⇒ Object
42565 42566 42567 |
# File 'lib/quickfix_fields.rb', line 42565 def LegDetachmentPoint.field return 2154 end |