Method: Quickfix::OfferSpotRate#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of OfferSpotRate.
43556 43557 43558 43559 43560 43561 43562 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 43556 def initialize(data = nil) if( data == nil ) super(190) else super(190, data) end end |