Class: Quickfix::SecurityListID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityListID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListID
constructor
A new instance of SecurityListID.
Constructor Details
#initialize(data = nil) ⇒ SecurityListID
Returns a new instance of SecurityListID.
97 98 99 100 101 102 103 |
# File 'lib/quickfix_fields.rb', line 97 def initialize(data = nil) if( data == nil ) super(1465) else super(1465, data) end end |
Class Method Details
.field ⇒ Object
94 95 96 |
# File 'lib/quickfix_fields.rb', line 94 def SecurityListID.field return 1465 end |