Class: Quickfix::PaymentStreamFinalPricePaymentDateRelativeTo

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

Returns a new instance of PaymentStreamFinalPricePaymentDateRelativeTo.



69179
69180
69181
69182
69183
69184
69185
# File 'lib/quickfix_fields.rb', line 69179

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

Class Method Details

.fieldObject



69176
69177
69178
# File 'lib/quickfix_fields.rb', line 69176

def PaymentStreamFinalPricePaymentDateRelativeTo.field
  return 42655
end