Class: Quickfix::SecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityType
constructor
A new instance of SecurityType.
Constructor Details
#initialize(data = nil) ⇒ SecurityType
Returns a new instance of SecurityType.
11914 11915 11916 11917 11918 11919 11920 |
# File 'lib/quickfix_fields.rb', line 11914 def initialize(data = nil) if( data == nil ) super(167) else super(167, data) end end |
Class Method Details
.field ⇒ Object
11911 11912 11913 |
# File 'lib/quickfix_fields.rb', line 11911 def SecurityType.field return 167 end |