Class: Quickfix::LegDeliveryScheduleToleranceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDeliveryScheduleToleranceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleToleranceType
constructor
A new instance of LegDeliveryScheduleToleranceType.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleToleranceType
Returns a new instance of LegDeliveryScheduleToleranceType.
48106 48107 48108 48109 48110 48111 48112 |
# File 'lib/quickfix_fields.rb', line 48106 def initialize(data = nil) if( data == nil ) super(41417) else super(41417, data) end end |