Class: Quickfix::SidePriceDifferential
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SidePriceDifferential
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SidePriceDifferential
constructor
A new instance of SidePriceDifferential.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SidePriceDifferential
Returns a new instance of SidePriceDifferential.
21950 21951 21952 21953 21954 21955 21956 |
# File 'lib/quickfix_fields.rb', line 21950 def initialize(data = nil) if( data == nil ) super(1599) else super(1599, data) end end |
Class Method Details
.field ⇒ Object
21947 21948 21949 |
# File 'lib/quickfix_fields.rb', line 21947 def SidePriceDifferential.field return 1599 end |