Class: Quickfix::NetGrossInd

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NetGrossInd

Returns a new instance of NetGrossInd.



19168
19169
19170
19171
19172
19173
19174
# File 'lib/quickfix_fields.rb', line 19168

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

Class Method Details

.fieldObject



19165
19166
19167
# File 'lib/quickfix_fields.rb', line 19165

def NetGrossInd.field
	return 430
end