Class: Quickfix::TotalNotAffectedOrders

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotalNotAffectedOrders

Returns a new instance of TotalNotAffectedOrders.



75354
75355
75356
75357
75358
75359
75360
# File 'lib/quickfix_fields.rb', line 75354

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

Class Method Details

.fieldObject



75351
75352
75353
# File 'lib/quickfix_fields.rb', line 75351

def TotalNotAffectedOrders.field
	return 2678
end