Class: Quickfix::SettlInstTransType

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

Returns a new instance of SettlInstTransType.



40824
40825
40826
40827
40828
40829
40830
# File 'ext/quickfix/QuickfixRuby.cpp', line 40824

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

Class Method Details

.fieldObject



2408
2409
2410
# File 'lib/quickfix_fields.rb', line 2408

def SettlInstTransType.field
	return 163
end