Class: Quickfix::AllocRegulatoryTradeIDSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocRegulatoryTradeIDSource

Returns a new instance of AllocRegulatoryTradeIDSource.



25161
25162
25163
25164
25165
25166
25167
# File 'lib/quickfix_fields.rb', line 25161

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

Class Method Details

.fieldObject



25158
25159
25160
# File 'lib/quickfix_fields.rb', line 25158

def AllocRegulatoryTradeIDSource.field
  return 1910
end