Class: Quickfix::UnderlyingAttachmentPoint
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAttachmentPoint
Returns a new instance of UnderlyingAttachmentPoint.
1475 1476 1477 1478 1479 1480 1481 |
# File 'lib/quickfix_fields.rb', line 1475 def initialize(data = nil) if( data == nil ) super(1459) else super(1459, data) end end |
Class Method Details
.field ⇒ Object
1472 1473 1474 |
# File 'lib/quickfix_fields.rb', line 1472 def UnderlyingAttachmentPoint.field return 1459 end |