Class: Quickfix::AllocRegulatoryTradeIDEvent

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

Returns a new instance of AllocRegulatoryTradeIDEvent.



25174
25175
25176
25177
25178
25179
25180
# File 'lib/quickfix_fields.rb', line 25174

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

Class Method Details

.fieldObject



25171
25172
25173
# File 'lib/quickfix_fields.rb', line 25171

def AllocRegulatoryTradeIDEvent.field
  return 1911
end