Class: Quickfix::LegNonCashDividendTreatment

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

Returns a new instance of LegNonCashDividendTreatment.



65253
65254
65255
65256
65257
65258
65259
# File 'lib/quickfix_fields.rb', line 65253

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

Class Method Details

.fieldObject



65250
65251
65252
# File 'lib/quickfix_fields.rb', line 65250

def LegNonCashDividendTreatment.field
  return 42350
end