Class: Quickfix::PaymentStreamCompoundingPeriodSkip

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

Returns a new instance of PaymentStreamCompoundingPeriodSkip.



68646
68647
68648
68649
68650
68651
68652
# File 'lib/quickfix_fields.rb', line 68646

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

Class Method Details

.fieldObject



68643
68644
68645
# File 'lib/quickfix_fields.rb', line 68643

def PaymentStreamCompoundingPeriodSkip.field
  return 42614
end