Class: Quickfix::QuoteRespID

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

Returns a new instance of QuoteRespID.



94470
94471
94472
94473
94474
94475
94476
# File 'ext/quickfix/QuickfixRuby.cpp', line 94470

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

Class Method Details

.fieldObject



9376
9377
9378
# File 'lib/quickfix_fields.rb', line 9376

def QuoteRespID.field
	return 693
end