Class: Quickfix::SideRegulatoryTradeIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideRegulatoryTradeIDSource



25837
25838
25839
25840
25841
25842
25843
# File 'lib/quickfix_fields.rb', line 25837

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