Class: Quickfix::EntitlementPlatform

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EntitlementPlatform

Returns a new instance of EntitlementPlatform.



23328
23329
23330
23331
23332
23333
23334
# File 'lib/quickfix_fields.rb', line 23328

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

Class Method Details

.fieldObject



23325
23326
23327
# File 'lib/quickfix_fields.rb', line 23325

def EntitlementPlatform.field
	return 1784
end