Class: Quickfix::DistribPercentage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DistribPercentage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DistribPercentage
constructor
A new instance of DistribPercentage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DistribPercentage
Returns a new instance of DistribPercentage.
7039 7040 7041 7042 7043 7044 7045 |
# File 'lib/quickfix_fields.rb', line 7039 def initialize(data = nil) if( data == nil ) super(512) else super(512, data) end end |
Class Method Details
.field ⇒ Object
7036 7037 7038 |
# File 'lib/quickfix_fields.rb', line 7036 def DistribPercentage.field return 512 end |