Class: Quickfix::UnderlyingEndValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingEndValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEndValue
constructor
A new instance of UnderlyingEndValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEndValue
Returns a new instance of UnderlyingEndValue.
10757 10758 10759 10760 10761 10762 10763 |
# File 'lib/quickfix_fields.rb', line 10757 def initialize(data = nil) if( data == nil ) super(886) else super(886, data) end end |
Class Method Details
.field ⇒ Object
10754 10755 10756 |
# File 'lib/quickfix_fields.rb', line 10754 def UnderlyingEndValue.field return 886 end |