Class: Quickfix::PaymentStreamFinalPricePaymentDateOffsetDayType

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

Returns a new instance of PaymentStreamFinalPricePaymentDateOffsetDayType.



69218
69219
69220
69221
69222
69223
69224
# File 'lib/quickfix_fields.rb', line 69218

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

Class Method Details

.fieldObject



69215
69216
69217
# File 'lib/quickfix_fields.rb', line 69215

def PaymentStreamFinalPricePaymentDateOffsetDayType.field
  return 42658
end