Class: Quickfix::InstrAttribType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrAttribType

Returns a new instance of InstrAttribType.



17894
17895
17896
17897
17898
17899
17900
# File 'lib/quickfix_fields.rb', line 17894

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

Class Method Details

.fieldObject



17891
17892
17893
# File 'lib/quickfix_fields.rb', line 17891

def InstrAttribType.field
	return 871
end