Class: Quickfix::PaymentStreamFixingDateOffsetDayType

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

Returns a new instance of PaymentStreamFixingDateOffsetDayType.



37420
37421
37422
37423
37424
37425
37426
# File 'lib/quickfix_fields.rb', line 37420

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

Class Method Details

.fieldObject



37417
37418
37419
# File 'lib/quickfix_fields.rb', line 37417

def PaymentStreamFixingDateOffsetDayType.field
  return 40779
end