Class: Quickfix::UnderlyingPaymentStreamFirstObservationDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamFirstObservationDateRelativeTo.



73404
73405
73406
73407
73408
73409
73410
# File 'lib/quickfix_fields.rb', line 73404

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

Class Method Details

.fieldObject



73401
73402
73403
# File 'lib/quickfix_fields.rb', line 73401

def UnderlyingPaymentStreamFirstObservationDateRelativeTo.field
  return 42959
end