Class: Quickfix::LegProvisionOptionMinimumNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionOptionMinimumNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionMinimumNumber
constructor
A new instance of LegProvisionOptionMinimumNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionMinimumNumber
Returns a new instance of LegProvisionOptionMinimumNumber.
33312 33313 33314 33315 33316 33317 33318 |
# File 'lib/quickfix_fields.rb', line 33312 def initialize(data = nil) if( data == nil ) super(40463) else super(40463, data) end end |
Class Method Details
.field ⇒ Object
33309 33310 33311 |
# File 'lib/quickfix_fields.rb', line 33309 def LegProvisionOptionMinimumNumber.field return 40463 end |