Class: Quickfix::StatusValue
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StatusValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StatusValue
constructor
A new instance of StatusValue.
Constructor Details
#initialize(data = nil) ⇒ StatusValue
Returns a new instance of StatusValue.
13968 13969 13970 13971 13972 13973 13974 |
# File 'lib/quickfix_fields.rb', line 13968 def initialize(data = nil) if( data == nil ) super(928) else super(928, data) end end |
Class Method Details
.field ⇒ Object
13965 13966 13967 |
# File 'lib/quickfix_fields.rb', line 13965 def StatusValue.field return 928 end |