Class: Quickfix::CancellationRights

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ CancellationRights

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

Class Method Details

.fieldObject



6490
6491
6492
# File 'lib/quickfix_fields.rb', line 6490

def CancellationRights.field
	return 480
end