Class: Quickfix::DerivativeEventText

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

Returns a new instance of DerivativeEventText.



17140
17141
17142
17143
17144
17145
17146
# File 'lib/quickfix_fields.rb', line 17140

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

Class Method Details

.fieldObject



17137
17138
17139
# File 'lib/quickfix_fields.rb', line 17137

def DerivativeEventText.field
  return 1291
end