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