Class: Quickfix::LegProvisionCashSettlValueTimeBusinessCenter

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

Returns a new instance of LegProvisionCashSettlValueTimeBusinessCenter.



34118
34119
34120
34121
34122
34123
34124
# File 'lib/quickfix_fields.rb', line 34118

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

Class Method Details

.fieldObject



34115
34116
34117
# File 'lib/quickfix_fields.rb', line 34115

def LegProvisionCashSettlValueTimeBusinessCenter.field
  return 40525
end