Class: Quickfix::UnderlyingDetachmentPoint
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingDetachmentPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDetachmentPoint
constructor
A new instance of UnderlyingDetachmentPoint.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDetachmentPoint
Returns a new instance of UnderlyingDetachmentPoint.
5323 5324 5325 5326 5327 5328 5329 |
# File 'lib/quickfix_fields.rb', line 5323 def initialize(data = nil) if( data == nil ) super(1460) else super(1460, data) end end |
Class Method Details
.field ⇒ Object
5320 5321 5322 |
# File 'lib/quickfix_fields.rb', line 5320 def UnderlyingDetachmentPoint.field return 1460 end |