Class: Quickfix::LegCFICode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCFICode

Returns a new instance of LegCFICode.



981
982
983
984
985
986
987
# File 'lib/quickfix_fields.rb', line 981

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

Class Method Details

.fieldObject



978
979
980
# File 'lib/quickfix_fields.rb', line 978

def LegCFICode.field
  return 608
end