Class: Quickfix::UnderlyingAttachmentPoint
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingAttachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAttachmentPoint
constructor
A new instance of UnderlyingAttachmentPoint.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAttachmentPoint
Returns a new instance of UnderlyingAttachmentPoint.
19311 19312 19313 19314 19315 19316 19317 |
# File 'lib/quickfix_fields.rb', line 19311 def initialize(data = nil) if( data == nil ) super(1459) else super(1459, data) end end |
Class Method Details
.field ⇒ Object
19308 19309 19310 |
# File 'lib/quickfix_fields.rb', line 19308 def .field return 1459 end |