Class: Quickfix::UnderlyingSecurityExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityExchange



3893
3894
3895
3896
3897
3898
3899
# File 'lib/quickfix_fields.rb', line 3893

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