Class: Quickfix::QuoteEntryID

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

Returns a new instance of QuoteEntryID.



50318
50319
50320
50321
50322
50323
50324
# File 'ext/quickfix/QuickfixRuby.cpp', line 50318

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

Class Method Details

.fieldObject



3656
3657
3658
# File 'lib/quickfix_fields.rb', line 3656

def QuoteEntryID.field
	return 299
end