Class: Quickfix::LegBenchmarkPriceType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ LegBenchmarkPriceType

Returns a new instance of LegBenchmarkPriceType.



93294
93295
93296
93297
93298
93299
93300
# File 'ext/quickfix/QuickfixRuby.cpp', line 93294

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

Class Method Details

.fieldObject



9220
9221
9222
# File 'lib/quickfix_fields.rb', line 9220

def LegBenchmarkPriceType.field
	return 680
end