Class: Quickfix::RelatedRegulatoryTradeIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedRegulatoryTradeIDSource

Returns a new instance of RelatedRegulatoryTradeIDSource.



40436
40437
40438
40439
40440
40441
40442
# File 'lib/quickfix_fields.rb', line 40436

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