Class: Quickfix::TradeAllocIndicator

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

Returns a new instance of TradeAllocIndicator.



11225
11226
11227
11228
11229
11230
11231
# File 'lib/quickfix_fields.rb', line 11225

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

Class Method Details

.fieldObject



11222
11223
11224
# File 'lib/quickfix_fields.rb', line 11222

def TradeAllocIndicator.field
  return 826
end