Class: Quickfix::LegDividendCapRateSellSide

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

Returns a new instance of LegDividendCapRateSellSide.



64876
64877
64878
64879
64880
64881
64882
# File 'lib/quickfix_fields.rb', line 64876

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

Class Method Details

.fieldObject



64873
64874
64875
# File 'lib/quickfix_fields.rb', line 64873

def LegDividendCapRateSellSide.field
  return 42321
end