Class: Quickfix::UnderlyingDirtyPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDirtyPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDirtyPrice
constructor
A new instance of UnderlyingDirtyPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDirtyPrice
Returns a new instance of UnderlyingDirtyPrice.
11940 11941 11942 11943 11944 11945 11946 |
# File 'lib/quickfix_fields.rb', line 11940 def initialize(data = nil) if( data == nil ) super(882) else super(882, data) end end |
Class Method Details
.field ⇒ Object
11937 11938 11939 |
# File 'lib/quickfix_fields.rb', line 11937 def UnderlyingDirtyPrice.field return 882 end |