Class: Quickfix::UnderlyingPaymentStreamCompoundingPeriodSkip

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

Returns a new instance of UnderlyingPaymentStreamCompoundingPeriodSkip.



72754
72755
72756
72757
72758
72759
72760
# File 'lib/quickfix_fields.rb', line 72754

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

Class Method Details

.fieldObject



72751
72752
72753
# File 'lib/quickfix_fields.rb', line 72751

def UnderlyingPaymentStreamCompoundingPeriodSkip.field
  return 42909
end