Class: Quickfix::PaymentDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentDateOffsetDayType

Returns a new instance of PaymentDateOffsetDayType.



44310
44311
44312
44313
44314
44315
44316
# File 'lib/quickfix_fields.rb', line 44310

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

Class Method Details

.fieldObject



44307
44308
44309
# File 'lib/quickfix_fields.rb', line 44307

def PaymentDateOffsetDayType.field
  return 41159
end