Method: Quickfix::LegCurrencyRatio#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of LegCurrencyRatio.
161038 161039 161040 161041 161042 161043 161044 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 161038 def initialize(data = nil) if( data == nil ) super(1383) else super(1383, data) end end |