Class: Quickfix::DeliveryScheduleSettlDay
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryScheduleSettlDay
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlDay
constructor
A new instance of DeliveryScheduleSettlDay.
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlDay
Returns a new instance of DeliveryScheduleSettlDay.
41749 41750 41751 41752 41753 41754 41755 |
# File 'lib/quickfix_fields.rb', line 41749 def initialize(data = nil) if( data == nil ) super(41052) else super(41052, data) end end |