Class: Quickfix::AttachmentPoint
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AttachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AttachmentPoint
constructor
A new instance of AttachmentPoint.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AttachmentPoint
Returns a new instance of AttachmentPoint.
19285 19286 19287 19288 19289 19290 19291 |
# File 'lib/quickfix_fields.rb', line 19285 def initialize(data = nil) if( data == nil ) super(1457) else super(1457, data) end end |
Class Method Details
.field ⇒ Object
19282 19283 19284 |
# File 'lib/quickfix_fields.rb', line 19282 def AttachmentPoint.field return 1457 end |