Class: Quickfix::UnderlyingAllocationPercent
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAllocationPercent
Returns a new instance of UnderlyingAllocationPercent.
15528 15529 15530 15531 15532 15533 15534 |
# File 'lib/quickfix_fields.rb', line 15528 def initialize(data = nil) if( data == nil ) super(972) else super(972, data) end end |
Class Method Details
.field ⇒ Object
15525 15526 15527 |
# File 'lib/quickfix_fields.rb', line 15525 def .field return 972 end |