Class: Quickfix::LegAssetClass

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegAssetClass

Returns a new instance of LegAssetClass.



27059
27060
27061
27062
27063
27064
27065
# File 'lib/quickfix_fields.rb', line 27059

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

Class Method Details

.fieldObject



27056
27057
27058
# File 'lib/quickfix_fields.rb', line 27056

def LegAssetClass.field
  return 2067
end