Class: Quickfix::DividendCapRateSellSide

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

Returns a new instance of DividendCapRateSellSide.



63511
63512
63513
63514
63515
63516
63517
# File 'lib/quickfix_fields.rb', line 63511

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

Class Method Details

.fieldObject



63508
63509
63510
# File 'lib/quickfix_fields.rb', line 63508

def DividendCapRateSellSide.field
  return 42227
end