Class: Quickfix::UnderlyingDividendPeriodXID

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

Returns a new instance of UnderlyingDividendPeriodXID.



72169
72170
72171
72172
72173
72174
72175
# File 'lib/quickfix_fields.rb', line 72169

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

Class Method Details

.fieldObject



72166
72167
72168
# File 'lib/quickfix_fields.rb', line 72166

def UnderlyingDividendPeriodXID.field
  return 42881
end