Class: Quickfix::UnderlyingDeliveryScheduleSettlFlowType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryScheduleSettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlFlowType
constructor
A new instance of UnderlyingDeliveryScheduleSettlFlowType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlFlowType
Returns a new instance of UnderlyingDeliveryScheduleSettlFlowType.
53046 53047 53048 53049 53050 53051 53052 |
# File 'lib/quickfix_fields.rb', line 53046 def initialize(data = nil) if( data == nil ) super(41768) else super(41768, data) end end |