Class: Quickfix::SettlInstCode

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ SettlInstCode

Returns a new instance of SettlInstCode.



42086
42087
42088
42089
42090
42091
42092
# File 'ext/quickfix/QuickfixRuby.cpp', line 42086

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

Class Method Details

.fieldObject



2564
2565
2566
# File 'lib/quickfix_fields.rb', line 2564

def SettlInstCode.field
	return 175
end