Class: Quickfix::DividendUnderlierRefID

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

Returns a new instance of DividendUnderlierRefID.



63784
63785
63786
63787
63788
63789
63790
# File 'lib/quickfix_fields.rb', line 63784

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

Class Method Details

.fieldObject



63781
63782
63783
# File 'lib/quickfix_fields.rb', line 63781

def DividendUnderlierRefID.field
  return 42248
end