Class: Quickfix::UnderlyingAllocationPercent
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingAllocationPercent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAllocationPercent
constructor
A new instance of UnderlyingAllocationPercent.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAllocationPercent
Returns a new instance of UnderlyingAllocationPercent.
13110 13111 13112 13113 13114 13115 13116 |
# File 'lib/quickfix_fields.rb', line 13110 def initialize(data = nil) if( data == nil ) super(972) else super(972, data) end end |
Class Method Details
.field ⇒ Object
13107 13108 13109 |
# File 'lib/quickfix_fields.rb', line 13107 def UnderlyingAllocationPercent.field return 972 end |