Class: Quickfix::EntitlementSubType

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

Returns a new instance of EntitlementSubType.



57700
57701
57702
57703
57704
57705
57706
# File 'lib/quickfix_fields.rb', line 57700

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

Class Method Details

.fieldObject



57697
57698
57699
# File 'lib/quickfix_fields.rb', line 57697

def EntitlementSubType.field
	return 2402
end