Class: Quickfix::DerivativeFlowScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeFlowScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeFlowScheduleType
constructor
A new instance of DerivativeFlowScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeFlowScheduleType
Returns a new instance of DerivativeFlowScheduleType.
19090 19091 19092 19093 19094 19095 19096 |
# File 'lib/quickfix_fields.rb', line 19090 def initialize(data = nil) if( data == nil ) super(1442) else super(1442, data) end end |
Class Method Details
.field ⇒ Object
19087 19088 19089 |
# File 'lib/quickfix_fields.rb', line 19087 def DerivativeFlowScheduleType.field return 1442 end |