Class: Quickfix::LegDividendAmountType

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

Returns a new instance of LegDividendAmountType.



65110
65111
65112
65113
65114
65115
65116
# File 'lib/quickfix_fields.rb', line 65110

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

Class Method Details

.fieldObject



65107
65108
65109
# File 'lib/quickfix_fields.rb', line 65107

def LegDividendAmountType.field
  return 42339
end