Class: Quickfix::QuoteMsgID

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

Returns a new instance of QuoteMsgID.



140176
140177
140178
140179
140180
140181
140182
# File 'ext/quickfix/QuickfixRuby.cpp', line 140176

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

Class Method Details

.fieldObject



15382
15383
15384
# File 'lib/quickfix_fields.rb', line 15382

def QuoteMsgID.field
	return 1166
end