Class: Quickfix::LegDeliveryScheduleNegativeTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDeliveryScheduleNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleNegativeTolerance
constructor
A new instance of LegDeliveryScheduleNegativeTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleNegativeTolerance
Returns a new instance of LegDeliveryScheduleNegativeTolerance.
48067 48068 48069 48070 48071 48072 48073 |
# File 'lib/quickfix_fields.rb', line 48067 def initialize(data = nil) if( data == nil ) super(41414) else super(41414, data) end end |
Class Method Details
.field ⇒ Object
48064 48065 48066 |
# File 'lib/quickfix_fields.rb', line 48064 def LegDeliveryScheduleNegativeTolerance.field return 41414 end |