Class: Quickfix::PaymentDateOffsetUnit

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

Returns a new instance of PaymentDateOffsetUnit.



44297
44298
44299
44300
44301
44302
44303
# File 'lib/quickfix_fields.rb', line 44297

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

Class Method Details

.fieldObject



44294
44295
44296
# File 'lib/quickfix_fields.rb', line 44294

def PaymentDateOffsetUnit.field
  return 41158
end