Class: Quickfix::ProvisionCashSettlValueDateOffsetUnit

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

Returns a new instance of ProvisionCashSettlValueDateOffsetUnit.



28866
28867
28868
28869
28870
28871
28872
# File 'lib/quickfix_fields.rb', line 28866

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

Class Method Details

.fieldObject



28863
28864
28865
# File 'lib/quickfix_fields.rb', line 28863

def ProvisionCashSettlValueDateOffsetUnit.field
  return 40120
end