Class: Quickfix::LegDividendCapRateBuySide

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

Returns a new instance of LegDividendCapRateBuySide.



64863
64864
64865
64866
64867
64868
64869
# File 'lib/quickfix_fields.rb', line 64863

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

Class Method Details

.fieldObject



64860
64861
64862
# File 'lib/quickfix_fields.rb', line 64860

def LegDividendCapRateBuySide.field
  return 42320
end