Class: Quickfix::LegDifferentialPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDifferentialPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDifferentialPrice
constructor
A new instance of LegDifferentialPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegDifferentialPrice
Returns a new instance of LegDifferentialPrice.
75185 75186 75187 75188 75189 75190 75191 |
# File 'lib/quickfix_fields.rb', line 75185 def initialize(data = nil) if( data == nil ) super(2492) else super(2492, data) end end |
Class Method Details
.field ⇒ Object
75182 75183 75184 |
# File 'lib/quickfix_fields.rb', line 75182 def LegDifferentialPrice.field return 2492 end |