Class: Quickfix::EntitlementType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementType

Returns a new instance of EntitlementType.



23211
23212
23213
23214
23215
23216
23217
# File 'lib/quickfix_fields.rb', line 23211

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