Method: Quickfix::CancellationRights#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of CancellationRights.
72456 72457 72458 72459 72460 72461 72462 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 72456 def initialize(data = nil) if( data == nil ) super(480) else super(480, data) end end |