Class: Quickfix::DeliveryScheduleSettlFlowType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryScheduleSettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlFlowType
constructor
A new instance of DeliveryScheduleSettlFlowType.
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlFlowType
Returns a new instance of DeliveryScheduleSettlFlowType.
41710 41711 41712 41713 41714 41715 41716 |
# File 'lib/quickfix_fields.rb', line 41710 def initialize(data = nil) if( data == nil ) super(41049) else super(41049, data) end end |