Class: Quickfix::SettlMethod

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) ⇒ SettlMethod

Returns a new instance of SettlMethod.



142822
142823
142824
142825
142826
142827
142828
# File 'ext/quickfix/QuickfixRuby.cpp', line 142822

def initialize(data = nil)
	if( data == nil )
		super(1193)
	else
		super(1193, data)
	end
end

Class Method Details

.fieldObject



15733
15734
15735
# File 'lib/quickfix_fields.rb', line 15733

def SettlMethod.field
	return 1193
end