Class: Quickfix::FlowScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ FlowScheduleType
Returns a new instance of FlowScheduleType.
19051 19052 19053 19054 19055 19056 19057 |
# File 'lib/quickfix_fields.rb', line 19051 def initialize(data = nil) if( data == nil ) super(1439) else super(1439, data) end end |
Class Method Details
.field ⇒ Object
19048 19049 19050 |
# File 'lib/quickfix_fields.rb', line 19048 def FlowScheduleType.field return 1439 end |