Method: Quickfix::MDEntrySpotRate#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of MDEntrySpotRate.
126958 126959 126960 126961 126962 126963 126964 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 126958 def initialize(data = nil) if( data == nil ) super(1026) else super(1026, data) end end |