Class: Quickfix::LegPaymentStreamFirstObservationDateRelativeTo

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



66722
66723
66724
66725
66726
66727
66728
# File 'lib/quickfix_fields.rb', line 66722

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

Class Method Details

.fieldObject



66719
66720
66721
# File 'lib/quickfix_fields.rb', line 66719

def LegPaymentStreamFirstObservationDateRelativeTo.field
  return 42463
end