Class: Quickfix::NetGrossInd

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

Returns a new instance of NetGrossInd.



62778
62779
62780
62781
62782
62783
62784
# File 'ext/quickfix/QuickfixRuby.cpp', line 62778

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

Class Method Details

.fieldObject



5229
5230
5231
# File 'lib/quickfix_fields.rb', line 5229

def NetGrossInd.field
	return 430
end