Class: Quickfix::ExecPriceAdjustment

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

Returns a new instance of ExecPriceAdjustment.



73032
73033
73034
73035
73036
73037
73038
# File 'ext/quickfix/QuickfixRuby.cpp', line 73032

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

Class Method Details

.fieldObject



6555
6556
6557
# File 'lib/quickfix_fields.rb', line 6555

def ExecPriceAdjustment.field
	return 485
end