Class: Quickfix::EntitlementStartDate

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



23302
23303
23304
23305
23306
23307
23308
# File 'lib/quickfix_fields.rb', line 23302

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

Class Method Details

.fieldObject



23299
23300
23301
# File 'lib/quickfix_fields.rb', line 23299

def EntitlementStartDate.field
  return 1782
end