Class: Quickfix::SecurityExchange

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityExchange

Returns a new instance of SecurityExchange.



3984
3985
3986
3987
3988
3989
3990
# File 'lib/quickfix_fields.rb', line 3984

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

Class Method Details

.fieldObject



3981
3982
3983
# File 'lib/quickfix_fields.rb', line 3981

def SecurityExchange.field
  return 207
end