Method: Quickfix::NoRateSources#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ NoRateSources
Returns a new instance of NoRateSources.
17270 17271 17272 17273 17274 17275 17276 |
# File 'lib/quickfix_fields.rb', line 17270 def initialize(data = nil) if( data == nil ) super(1445) else super(1445, data) end end |