Class: Quickfix::SecurityListTypeSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityListTypeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListTypeSource
constructor
A new instance of SecurityListTypeSource.
Constructor Details
#initialize(data = nil) ⇒ SecurityListTypeSource
Returns a new instance of SecurityListTypeSource.
344 345 346 347 348 349 350 |
# File 'lib/quickfix_fields.rb', line 344 def initialize(data = nil) if( data == nil ) super(1471) else super(1471, data) end end |
Class Method Details
.field ⇒ Object
341 342 343 |
# File 'lib/quickfix_fields.rb', line 341 def SecurityListTypeSource.field return 1471 end |