Class: Quickfix::AttachmentPoint
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ AttachmentPoint
Returns a new instance of AttachmentPoint.
9600 9601 9602 9603 9604 9605 9606 |
# File 'lib/quickfix_fields.rb', line 9600 def initialize(data = nil) if( data == nil ) super(1457) else super(1457, data) end end |
Class Method Details
.field ⇒ Object
9597 9598 9599 |
# File 'lib/quickfix_fields.rb', line 9597 def AttachmentPoint.field return 1457 end |