Class: Quickfix::LegProvisionCashSettlValueDateOffsetUnit

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

Returns a new instance of LegProvisionCashSettlValueDateOffsetUnit.



34183
34184
34185
34186
34187
34188
34189
# File 'lib/quickfix_fields.rb', line 34183

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

Class Method Details

.fieldObject



34180
34181
34182
# File 'lib/quickfix_fields.rb', line 34180

def LegProvisionCashSettlValueDateOffsetUnit.field
  return 40530
end