Class: Quickfix::NestedInstrAttribType

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

Returns a new instance of NestedInstrAttribType.



16152
16153
16154
16155
16156
16157
16158
# File 'lib/quickfix_fields.rb', line 16152

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

Class Method Details

.fieldObject



16149
16150
16151
# File 'lib/quickfix_fields.rb', line 16149

def NestedInstrAttribType.field
	return 1210
end