Class: Quickfix::LegPaymentStreamCompoundingPeriodSkip

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

Returns a new instance of LegPaymentStreamCompoundingPeriodSkip.



66072
66073
66074
66075
66076
66077
66078
# File 'lib/quickfix_fields.rb', line 66072

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

Class Method Details

.fieldObject



66069
66070
66071
# File 'lib/quickfix_fields.rb', line 66069

def LegPaymentStreamCompoundingPeriodSkip.field
  return 42413
end