Class: Quickfix::RegulatoryTradeIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegulatoryTradeIDSource

Returns a new instance of RegulatoryTradeIDSource.



25096
25097
25098
25099
25100
25101
25102
# File 'lib/quickfix_fields.rb', line 25096

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