Class: Quickfix::SideRegulatoryTradeIDScope

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

Returns a new instance of SideRegulatoryTradeIDScope.



57609
57610
57611
57612
57613
57614
57615
# File 'lib/quickfix_fields.rb', line 57609

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

Class Method Details

.fieldObject



57606
57607
57608
# File 'lib/quickfix_fields.rb', line 57606

def SideRegulatoryTradeIDScope.field
  return 2398
end