Class: Quickfix::StandInstDbID

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

Returns a new instance of StandInstDbID.



41694
41695
41696
41697
41698
41699
41700
# File 'ext/quickfix/QuickfixRuby.cpp', line 41694

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

Class Method Details

.fieldObject



2512
2513
2514
# File 'lib/quickfix_fields.rb', line 2512

def StandInstDbID.field
	return 171
end