Class: Quickfix::RegulatoryTradeIDScope

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

Returns a new instance of RegulatoryTradeIDScope.



57596
57597
57598
57599
57600
57601
57602
# File 'lib/quickfix_fields.rb', line 57596

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

Class Method Details

.fieldObject



57593
57594
57595
# File 'lib/quickfix_fields.rb', line 57593

def RegulatoryTradeIDScope.field
  return 2397
end