Class: Quickfix::StandInstDbType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StandInstDbType

Returns a new instance of StandInstDbType.



9145
9146
9147
9148
9149
9150
9151
# File 'lib/quickfix_fields.rb', line 9145

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

Class Method Details

.fieldObject



9142
9143
9144
# File 'lib/quickfix_fields.rb', line 9142

def StandInstDbType.field
	return 169
end