Class: Quickfix::ProvisionOptionMinimumNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionOptionMinimumNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionMinimumNumber
constructor
A new instance of ProvisionOptionMinimumNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionMinimumNumber
Returns a new instance of ProvisionOptionMinimumNumber.
28671 28672 28673 28674 28675 28676 28677 |
# File 'lib/quickfix_fields.rb', line 28671 def initialize(data = nil) if( data == nil ) super(40105) else super(40105, data) end end |
Class Method Details
.field ⇒ Object
28668 28669 28670 |
# File 'lib/quickfix_fields.rb', line 28668 def ProvisionOptionMinimumNumber.field return 40105 end |