Class: Quickfix::PaymentStreamPaymentDateOffsetPeriod

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



37160
37161
37162
37163
37164
37165
37166
# File 'lib/quickfix_fields.rb', line 37160

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

Class Method Details

.fieldObject



37157
37158
37159
# File 'lib/quickfix_fields.rb', line 37157

def PaymentStreamPaymentDateOffsetPeriod.field
  return 40759
end