Class: Quickfix::LegProvisionCashSettlValueDateAdjusted

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

Returns a new instance of LegProvisionCashSettlValueDateAdjusted.



34209
34210
34211
34212
34213
34214
34215
# File 'lib/quickfix_fields.rb', line 34209

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

Class Method Details

.fieldObject



34206
34207
34208
# File 'lib/quickfix_fields.rb', line 34206

def LegProvisionCashSettlValueDateAdjusted.field
  return 40532
end