Class: Quickfix::LegDividendUnderlierRefID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDividendUnderlierRefID

Returns a new instance of LegDividendUnderlierRefID.



65123
65124
65125
65126
65127
65128
65129
# File 'lib/quickfix_fields.rb', line 65123

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

Class Method Details

.fieldObject



65120
65121
65122
# File 'lib/quickfix_fields.rb', line 65120

def LegDividendUnderlierRefID.field
  return 42340
end