Class: Quickfix::TotNoParties

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

Returns a new instance of TotNoParties.



20442
20443
20444
20445
20446
20447
20448
# File 'lib/quickfix_fields.rb', line 20442

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

Class Method Details

.fieldObject



20439
20440
20441
# File 'lib/quickfix_fields.rb', line 20439

def TotNoParties.field
	return 1512
end