Method: Quickfix::UnderlyingAllocationPercent#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of UnderlyingAllocationPercent.
121874 121875 121876 121877 121878 121879 121880 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 121874 def initialize(data = nil) if( data == nil ) super(972) else super(972, data) end end |