Class: Quickfix::ListStatusType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ListStatusType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListStatusType
constructor
A new instance of ListStatusType.
Constructor Details
#initialize(data = nil) ⇒ ListStatusType
Returns a new instance of ListStatusType.
16607 16608 16609 16610 16611 16612 16613 |
# File 'lib/quickfix_fields.rb', line 16607 def initialize(data = nil) if( data == nil ) super(429) else super(429, data) end end |
Class Method Details
.field ⇒ Object
16604 16605 16606 |
# File 'lib/quickfix_fields.rb', line 16604 def ListStatusType.field return 429 end |