Class: Quickfix::UnderlyingEndPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
11950 11951 11952 |
# File 'lib/quickfix_fields.rb', line 11950 def .field return 883 end |