Class: Quickfix::MultilegPriceMethod

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

Returns a new instance of MultilegPriceMethod.



160548
160549
160550
160551
160552
160553
160554
# File 'ext/quickfix/QuickfixRuby.cpp', line 160548

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

Class Method Details

.fieldObject



18073
18074
18075
# File 'lib/quickfix_fields.rb', line 18073

def MultilegPriceMethod.field
	return 1378
end