Class: Quickfix::UnderlyingFlowScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingFlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFlowScheduleType
constructor
A new instance of UnderlyingFlowScheduleType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFlowScheduleType
Returns a new instance of UnderlyingFlowScheduleType.
13110 13111 13112 13113 13114 13115 13116 |
# File 'lib/quickfix_fields.rb', line 13110 def initialize(data = nil) if( data == nil ) super(1441) else super(1441, data) end end |
Class Method Details
.field ⇒ Object
13107 13108 13109 |
# File 'lib/quickfix_fields.rb', line 13107 def UnderlyingFlowScheduleType.field return 1441 end |