Method: Quickfix::FundRenewWaiv#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of FundRenewWaiv.
74208 74209 74210 74211 74212 74213 74214 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 74208 def initialize(data = nil) if( data == nil ) super(497) else super(497, data) end end |