Class: Quickfix::PaymentDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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