Class: Quickfix::UnderlyingEndPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingEndPrice
- Defined in:
- lib/quickfix_fields.rb
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.
11953 11954 11955 11956 11957 11958 11959 |
# File 'lib/quickfix_fields.rb', line 11953 def initialize(data = nil) if( data == nil ) super(883) else super(883, data) end end |