Class: Quickfix::NoDistribInsts

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDistribInsts

Returns a new instance of NoDistribInsts.



16425
16426
16427
16428
16429
16430
16431
# File 'lib/quickfix_fields.rb', line 16425

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

Class Method Details

.fieldObject



16422
16423
16424
# File 'lib/quickfix_fields.rb', line 16422

def NoDistribInsts.field
	return 510
end