Class: Quickfix::LegPaymentStreamPaymentDateOffsetDayType

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

Returns a new instance of LegPaymentStreamPaymentDateOffsetDayType.



31219
31220
31221
31222
31223
31224
31225
# File 'lib/quickfix_fields.rb', line 31219

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

Class Method Details

.fieldObject



31216
31217
31218
# File 'lib/quickfix_fields.rb', line 31216

def LegPaymentStreamPaymentDateOffsetDayType.field
  return 40302
end