Class: Quickfix::LegPrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ LegPrice

Returns a new instance of LegPrice.



80762
80763
80764
80765
80766
80767
80768
# File 'ext/quickfix/QuickfixRuby.cpp', line 80762

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

Class Method Details

.fieldObject



7569
7570
7571
# File 'lib/quickfix_fields.rb', line 7569

def LegPrice.field
	return 566
end