Class: Quickfix::UnderlyingStartValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingStartValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStartValue
constructor
A new instance of UnderlyingStartValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStartValue
Returns a new instance of UnderlyingStartValue.
8495 8496 8497 8498 8499 8500 8501 |
# File 'lib/quickfix_fields.rb', line 8495 def initialize(data = nil) if( data == nil ) super(884) else super(884, data) end end |
Class Method Details
.field ⇒ Object
8492 8493 8494 |
# File 'lib/quickfix_fields.rb', line 8492 def .field return 884 end |