Class: Quickfix::ProvisionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionType
constructor
A new instance of ProvisionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionType
Returns a new instance of ProvisionType.
28489 28490 28491 28492 28493 28494 28495 |
# File 'lib/quickfix_fields.rb', line 28489 def initialize(data = nil) if( data == nil ) super(40091) else super(40091, data) end end |
Class Method Details
.field ⇒ Object
28486 28487 28488 |
# File 'lib/quickfix_fields.rb', line 28486 def ProvisionType.field return 40091 end |