Class: Quickfix::LegSymbolSfx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSymbolSfx

Returns a new instance of LegSymbolSfx.



19090
19091
19092
19093
19094
19095
19096
# File 'lib/quickfix_fields.rb', line 19090

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

Class Method Details

.fieldObject



19087
19088
19089
# File 'lib/quickfix_fields.rb', line 19087

def LegSymbolSfx.field
  return 601
end