Class: Quickfix::PaymentStreamPaymentDateOffsetDayType

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

Returns a new instance of PaymentStreamPaymentDateOffsetDayType.



39214
39215
39216
39217
39218
39219
39220
# File 'lib/quickfix_fields.rb', line 39214

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

Class Method Details

.fieldObject



39211
39212
39213
# File 'lib/quickfix_fields.rb', line 39211

def PaymentStreamPaymentDateOffsetDayType.field
  return 40920
end