Class: Quickfix::ContAmtValue

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

Returns a new instance of ContAmtValue.



76450
76451
76452
76453
76454
76455
76456
# File 'ext/quickfix/QuickfixRuby.cpp', line 76450

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

Class Method Details

.fieldObject



6997
6998
6999
# File 'lib/quickfix_fields.rb', line 6997

def ContAmtValue.field
	return 520
end