Class: Quickfix::LegCalculatedCcyLastQty

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

Returns a new instance of LegCalculatedCcyLastQty.



131662
131663
131664
131665
131666
131667
131668
# File 'ext/quickfix/QuickfixRuby.cpp', line 131662

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

Class Method Details

.fieldObject



14264
14265
14266
# File 'lib/quickfix_fields.rb', line 14264

def LegCalculatedCcyLastQty.field
	return 1074
end