Class: Quickfix::UnderlyingDividendUnderlierRefID

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

Returns a new instance of UnderlyingDividendUnderlierRefID.



71493
71494
71495
71496
71497
71498
71499
# File 'lib/quickfix_fields.rb', line 71493

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

Class Method Details

.fieldObject



71490
71491
71492
# File 'lib/quickfix_fields.rb', line 71490

def UnderlyingDividendUnderlierRefID.field
  return 42829
end