Class: Quickfix::AllocRegulatoryTradeIDType

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

Returns a new instance of AllocRegulatoryTradeIDType.



25187
25188
25189
25190
25191
25192
25193
# File 'lib/quickfix_fields.rb', line 25187

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

Class Method Details

.fieldObject



25184
25185
25186
# File 'lib/quickfix_fields.rb', line 25184

def AllocRegulatoryTradeIDType.field
  return 1912
end