Class: Quickfix::SettlInstID

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

Returns a new instance of SettlInstID.



40726
40727
40728
40729
40730
40731
40732
# File 'ext/quickfix/QuickfixRuby.cpp', line 40726

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

Class Method Details

.fieldObject



2395
2396
2397
# File 'lib/quickfix_fields.rb', line 2395

def SettlInstID.field
	return 162
end