Class: Quickfix::FlowScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::FlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FlowScheduleType
constructor
A new instance of FlowScheduleType.
Constructor Details
#initialize(data = nil) ⇒ FlowScheduleType
Returns a new instance of FlowScheduleType.
7858 7859 7860 7861 7862 7863 7864 |
# File 'lib/quickfix_fields.rb', line 7858 def initialize(data = nil) if( data == nil ) super(1439) else super(1439, data) end end |
Class Method Details
.field ⇒ Object
7855 7856 7857 |
# File 'lib/quickfix_fields.rb', line 7855 def FlowScheduleType.field return 1439 end |