Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo.



73287
73288
73289
73290
73291
73292
73293
# File 'lib/quickfix_fields.rb', line 73287

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

Class Method Details

.fieldObject



73284
73285
73286
# File 'lib/quickfix_fields.rb', line 73284

def UnderlyingPaymentStreamFinalPricePaymentDateRelativeTo.field
  return 42950
end