Class: Quickfix::LegAttachmentPoint
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegAttachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAttachmentPoint
constructor
A new instance of LegAttachmentPoint.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegAttachmentPoint
Returns a new instance of LegAttachmentPoint.
42555 42556 42557 42558 42559 42560 42561 |
# File 'lib/quickfix_fields.rb', line 42555 def initialize(data = nil) if( data == nil ) super(2153) else super(2153, data) end end |
Class Method Details
.field ⇒ Object
42552 42553 42554 |
# File 'lib/quickfix_fields.rb', line 42552 def LegAttachmentPoint.field return 2153 end |