Class: Quickfix::SecurityListType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityListType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListType
constructor
A new instance of SecurityListType.
Constructor Details
#initialize(data = nil) ⇒ SecurityListType
Returns a new instance of SecurityListType.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/quickfix_fields.rb', line 2866 def initialize(data = nil) if( data == nil ) super(1470) else super(1470, data) end end |
Class Method Details
.field ⇒ Object
2863 2864 2865 |
# File 'lib/quickfix_fields.rb', line 2863 def SecurityListType.field return 1470 end |