Class: Quickfix::LegProvisionCashSettlValueTime

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

Returns a new instance of LegProvisionCashSettlValueTime.



34105
34106
34107
34108
34109
34110
34111
# File 'lib/quickfix_fields.rb', line 34105

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

Class Method Details

.fieldObject



34102
34103
34104
# File 'lib/quickfix_fields.rb', line 34102

def LegProvisionCashSettlValueTime.field
  return 40524
end