Class: Quickfix::LegDeliverySchedulePositiveTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDeliverySchedulePositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliverySchedulePositiveTolerance
constructor
A new instance of LegDeliverySchedulePositiveTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegDeliverySchedulePositiveTolerance
Returns a new instance of LegDeliverySchedulePositiveTolerance.
48080 48081 48082 48083 48084 48085 48086 |
# File 'lib/quickfix_fields.rb', line 48080 def initialize(data = nil) if( data == nil ) super(41415) else super(41415, data) end end |
Class Method Details
.field ⇒ Object
48077 48078 48079 |
# File 'lib/quickfix_fields.rb', line 48077 def LegDeliverySchedulePositiveTolerance.field return 41415 end |