Class: Quickfix::UnderlyingFlowScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFlowScheduleType
19077 19078 19079 19080 19081 19082 19083 |
# File 'lib/quickfix_fields.rb', line 19077 def initialize(data = nil) if( data == nil ) super(1441) else super(1441, data) end end |
Class Method Details
.field ⇒ Object
19074 19075 19076 |
# File 'lib/quickfix_fields.rb', line 19074 def .field return 1441 end |