Class: Quickfix::UnderlyingSecurityExchange
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityExchange
constructor
A new instance of UnderlyingSecurityExchange.
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
.field ⇒ Object
9051 9052 9053 |
# File 'lib/quickfix_fields.rb', line 9051 def .field return 308 end |