Class: Quickfix::PaymentStreamRateCutoffDateOffsetPeriod

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

Returns a new instance of PaymentStreamRateCutoffDateOffsetPeriod.



37446
37447
37448
37449
37450
37451
37452
# File 'lib/quickfix_fields.rb', line 37446

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

Class Method Details

.fieldObject



37443
37444
37445
# File 'lib/quickfix_fields.rb', line 37443

def PaymentStreamRateCutoffDateOffsetPeriod.field
  return 40781
end