Class: Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo

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

Returns a new instance of LegPaymentStreamCompoundingStartDateRelativeTo.



66501
66502
66503
66504
66505
66506
66507
# File 'lib/quickfix_fields.rb', line 66501

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

Class Method Details

.fieldObject



66498
66499
66500
# File 'lib/quickfix_fields.rb', line 66498

def LegPaymentStreamCompoundingStartDateRelativeTo.field
  return 42446
end