Class: Quickfix::BlockTrdAllocIndicator

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

Returns a new instance of BlockTrdAllocIndicator.



25928
25929
25930
25931
25932
25933
25934
# File 'lib/quickfix_fields.rb', line 25928

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

Class Method Details

.fieldObject



25925
25926
25927
# File 'lib/quickfix_fields.rb', line 25925

def BlockTrdAllocIndicator.field
  return 1980
end