Class: Quickfix::PaymentStreamCompoundingStartDateRelativeTo

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



69075
69076
69077
69078
69079
69080
69081
# File 'lib/quickfix_fields.rb', line 69075

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

Class Method Details

.fieldObject



69072
69073
69074
# File 'lib/quickfix_fields.rb', line 69072

def PaymentStreamCompoundingStartDateRelativeTo.field
  return 42647
end