Class: Quickfix::LegCouponFrequencyPeriod

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

Returns a new instance of LegCouponFrequencyPeriod.



42685
42686
42687
42688
42689
42690
42691
# File 'lib/quickfix_fields.rb', line 42685

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

Class Method Details

.fieldObject



42682
42683
42684
# File 'lib/quickfix_fields.rb', line 42682

def LegCouponFrequencyPeriod.field
  return 2163
end