Class: Quickfix::TotalNetValue

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

Returns a new instance of TotalNetValue.



114634
114635
114636
114637
114638
114639
114640
# File 'ext/quickfix/QuickfixRuby.cpp', line 114634

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

Class Method Details

.fieldObject



12028
12029
12030
# File 'lib/quickfix_fields.rb', line 12028

def TotalNetValue.field
	return 900
end