Class: Quickfix::LegProvisionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionType
constructor
A new instance of LegProvisionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionType
Returns a new instance of LegProvisionType.
33130 33131 33132 33133 33134 33135 33136 |
# File 'lib/quickfix_fields.rb', line 33130 def initialize(data = nil) if( data == nil ) super(40449) else super(40449, data) end end |
Class Method Details
.field ⇒ Object
33127 33128 33129 |
# File 'lib/quickfix_fields.rb', line 33127 def LegProvisionType.field return 40449 end |