Class: Quickfix::EntitlementID

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

Returns a new instance of EntitlementID.



23224
23225
23226
23227
23228
23229
23230
# File 'lib/quickfix_fields.rb', line 23224

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

Class Method Details

.fieldObject



23221
23222
23223
# File 'lib/quickfix_fields.rb', line 23221

def EntitlementID.field
  return 1776
end