Class: Quickfix::PriceDelta
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PriceDelta
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceDelta
constructor
A new instance of PriceDelta.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PriceDelta
Returns a new instance of PriceDelta.
11030 11031 11032 11033 11034 11035 11036 |
# File 'lib/quickfix_fields.rb', line 11030 def initialize(data = nil) if( data == nil ) super(811) else super(811, data) end end |
Class Method Details
.field ⇒ Object
11027 11028 11029 |
# File 'lib/quickfix_fields.rb', line 11027 def PriceDelta.field return 811 end |