Class: Quickfix::UnderlyingSymbolSfx

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSymbolSfx

Returns a new instance of UnderlyingSymbolSfx.



17036
17037
17038
17039
17040
17041
17042
# File 'lib/quickfix_fields.rb', line 17036

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

Class Method Details

.fieldObject



17033
17034
17035
# File 'lib/quickfix_fields.rb', line 17033

def UnderlyingSymbolSfx.field
  return 312
end