Class: Quickfix::LegProvisionDateTenorUnit

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

Returns a new instance of LegProvisionDateTenorUnit.



33208
33209
33210
33211
33212
33213
33214
# File 'lib/quickfix_fields.rb', line 33208

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

Class Method Details

.fieldObject



33205
33206
33207
# File 'lib/quickfix_fields.rb', line 33205

def LegProvisionDateTenorUnit.field
  return 40455
end