Class: Quickfix::AllocRegulatoryTradeIDScope

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

Returns a new instance of AllocRegulatoryTradeIDScope.



57622
57623
57624
57625
57626
57627
57628
# File 'lib/quickfix_fields.rb', line 57622

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

Class Method Details

.fieldObject



57619
57620
57621
# File 'lib/quickfix_fields.rb', line 57619

def AllocRegulatoryTradeIDScope.field
  return 2399
end