Class: Quickfix::LegAssetGroup

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

Returns a new instance of LegAssetGroup.



61171
61172
61173
61174
61175
61176
61177
# File 'lib/quickfix_fields.rb', line 61171

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

Class Method Details

.fieldObject



61168
61169
61170
# File 'lib/quickfix_fields.rb', line 61168

def LegAssetGroup.field
  return 2348
end