Class: Quickfix::UnderlyingCurrentValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingCurrentValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrentValue
constructor
A new instance of UnderlyingCurrentValue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrentValue
Returns a new instance of UnderlyingCurrentValue.
8222 8223 8224 8225 8226 8227 8228 |
# File 'lib/quickfix_fields.rb', line 8222 def initialize(data = nil) if( data == nil ) super(885) else super(885, data) end end |
Class Method Details
.field ⇒ Object
8219 8220 8221 |
# File 'lib/quickfix_fields.rb', line 8219 def .field return 885 end |