Class: Quickfix::LegDeliverySchedulePositiveTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegDeliverySchedulePositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliverySchedulePositiveTolerance
constructor
A new instance of LegDeliverySchedulePositiveTolerance.
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 |