Class: Quickfix::EntitlementType

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

Class Method Details

.fieldObject



23208
23209
23210
# File 'lib/quickfix_fields.rb', line 23208

def EntitlementType.field
  return 1775
end