Class: Quickfix::UnderlyingDeliveryScheduleNegativeTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingDeliveryScheduleNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNegativeTolerance
constructor
A new instance of UnderlyingDeliveryScheduleNegativeTolerance.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNegativeTolerance
Returns a new instance of UnderlyingDeliveryScheduleNegativeTolerance.
52968 52969 52970 52971 52972 52973 52974 |
# File 'lib/quickfix_fields.rb', line 52968 def initialize(data = nil) if( data == nil ) super(41762) else super(41762, data) end end |