Class: Quickfix::LegFlowScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegFlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFlowScheduleType
constructor
A new instance of LegFlowScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegFlowScheduleType
Returns a new instance of LegFlowScheduleType.
19064 19065 19066 19067 19068 19069 19070 |
# File 'lib/quickfix_fields.rb', line 19064 def initialize(data = nil) if( data == nil ) super(1440) else super(1440, data) end end |
Class Method Details
.field ⇒ Object
19061 19062 19063 |
# File 'lib/quickfix_fields.rb', line 19061 def LegFlowScheduleType.field return 1440 end |