Class: Quickfix::TradeAllocIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeAllocIndicator

Returns a new instance of TradeAllocIndicator.



12707
12708
12709
12710
12711
12712
12713
# File 'lib/quickfix_fields.rb', line 12707

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

Class Method Details

.fieldObject



12704
12705
12706
# File 'lib/quickfix_fields.rb', line 12704

def TradeAllocIndicator.field
  return 826
end