Class: Quickfix::PaymentDateOffsetPeriod

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

Returns a new instance of PaymentDateOffsetPeriod.



44284
44285
44286
44287
44288
44289
44290
# File 'lib/quickfix_fields.rb', line 44284

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

Class Method Details

.fieldObject



44281
44282
44283
# File 'lib/quickfix_fields.rb', line 44281

def PaymentDateOffsetPeriod.field
  return 41157
end