Class: Quickfix::SettlInstRefID

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

Returns a new instance of SettlInstRefID.



45908
45909
45910
45911
45912
45913
45914
# File 'ext/quickfix/QuickfixRuby.cpp', line 45908

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

Class Method Details

.fieldObject



3071
3072
3073
# File 'lib/quickfix_fields.rb', line 3071

def SettlInstRefID.field
	return 214
end