Class: Quickfix::UnderlyingCashSettlDateAdjusted

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

Returns a new instance of UnderlyingCashSettlDateAdjusted.



71025
71026
71027
71028
71029
71030
71031
# File 'lib/quickfix_fields.rb', line 71025

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

Class Method Details

.fieldObject



71022
71023
71024
# File 'lib/quickfix_fields.rb', line 71022

def UnderlyingCashSettlDateAdjusted.field
  return 42796
end