Class: Quickfix::PaymentStreamFinalPricePaymentDateOffsetfPeriod

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

Returns a new instance of PaymentStreamFinalPricePaymentDateOffsetfPeriod.



69192
69193
69194
69195
69196
69197
69198
# File 'lib/quickfix_fields.rb', line 69192

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

Class Method Details

.fieldObject



69189
69190
69191
# File 'lib/quickfix_fields.rb', line 69189

def PaymentStreamFinalPricePaymentDateOffsetfPeriod.field
  return 42656
end