Class: Quickfix::EntitlementAttribType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementAttribType

Returns a new instance of EntitlementAttribType.



23250
23251
23252
23253
23254
23255
23256
# File 'lib/quickfix_fields.rb', line 23250

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