Class: Quickfix::ProvisionCashSettlValueDateAdjusted

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

Returns a new instance of ProvisionCashSettlValueDateAdjusted.



28892
28893
28894
28895
28896
28897
28898
# File 'lib/quickfix_fields.rb', line 28892

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

Class Method Details

.fieldObject



28889
28890
28891
# File 'lib/quickfix_fields.rb', line 28889

def ProvisionCashSettlValueDateAdjusted.field
  return 40122
end