Class: Quickfix::DerivativeFlowScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DerivativeFlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeFlowScheduleType
constructor
A new instance of DerivativeFlowScheduleType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeFlowScheduleType
Returns a new instance of DerivativeFlowScheduleType.
110 111 112 113 114 115 116 |
# File 'lib/quickfix_fields.rb', line 110 def initialize(data = nil) if( data == nil ) super(1442) else super(1442, data) end end |
Class Method Details
.field ⇒ Object
107 108 109 |
# File 'lib/quickfix_fields.rb', line 107 def DerivativeFlowScheduleType.field return 1442 end |