Class: Quickfix::StandInstDbType

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



2606
2607
2608
2609
2610
2611
2612
# File 'lib/quickfix_fields.rb', line 2606

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

Class Method Details

.fieldObject



2603
2604
2605
# File 'lib/quickfix_fields.rb', line 2603

def StandInstDbType.field
	return 169
end