Class: Quickfix::UnderlyingSecurityExchange

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityExchange



9054
9055
9056
9057
9058
9059
9060
# File 'lib/quickfix_fields.rb', line 9054

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

Class Method Details

.fieldObject



9051
9052
9053
# File 'lib/quickfix_fields.rb', line 9051

def UnderlyingSecurityExchange.field
  return 308
end