Class: Quickfix::PegDifference
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PegDifference
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegDifference
constructor
A new instance of PegDifference.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PegDifference
3152 3153 3154 3155 3156 3157 3158 |
# File 'lib/quickfix_fields.rb', line 3152 def initialize(data = nil) if( data == nil ) super(211) else super(211, data) end end |
Class Method Details
.field ⇒ Object
3149 3150 3151 |
# File 'lib/quickfix_fields.rb', line 3149 def PegDifference.field return 211 end |