Class: Quickfix::EntitlementEndDate

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

Returns a new instance of EntitlementEndDate.



23315
23316
23317
23318
23319
23320
23321
# File 'lib/quickfix_fields.rb', line 23315

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

Class Method Details

.fieldObject



23312
23313
23314
# File 'lib/quickfix_fields.rb', line 23312

def EntitlementEndDate.field
  return 1783
end