Method: Quickfix::CommCurrency#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of CommCurrency.
72358 72359 72360 72361 72362 72363 72364 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 72358 def initialize(data = nil) if( data == nil ) super(479) else super(479, data) end end |