Class: Quickfix::NoRegulatoryTradeIDs

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

Returns a new instance of NoRegulatoryTradeIDs.



25122
25123
25124
25125
25126
25127
25128
# File 'lib/quickfix_fields.rb', line 25122

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

Class Method Details

.fieldObject



25119
25120
25121
# File 'lib/quickfix_fields.rb', line 25119

def NoRegulatoryTradeIDs.field
  return 1907
end