Class: Quickfix::UnderlyingEndPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingEndPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingEndPrice
constructor
A new instance of UnderlyingEndPrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingEndPrice
Returns a new instance of UnderlyingEndPrice.
8131 8132 8133 8134 8135 8136 8137 |
# File 'lib/quickfix_fields.rb', line 8131 def initialize(data = nil) if( data == nil ) super(883) else super(883, data) end end |
Class Method Details
.field ⇒ Object
8128 8129 8130 |
# File 'lib/quickfix_fields.rb', line 8128 def UnderlyingEndPrice.field return 883 end |