Class: Quickfix::UnderlyingAllocationPercent
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingAllocationPercent
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAllocationPercent
constructor
A new instance of UnderlyingAllocationPercent.
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 |