Class: Quickfix::DerivativeSymbolSfx

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

Returns a new instance of DerivativeSymbolSfx.



16191
16192
16193
16194
16195
16196
16197
# File 'lib/quickfix_fields.rb', line 16191

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

Class Method Details

.fieldObject



16188
16189
16190
# File 'lib/quickfix_fields.rb', line 16188

def DerivativeSymbolSfx.field
  return 1215
end