Class: Quickfix::RegistStatus
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RegistStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistStatus
constructor
A new instance of RegistStatus.
Constructor Details
#initialize(data = nil) ⇒ RegistStatus
Returns a new instance of RegistStatus.
11212 11213 11214 11215 11216 11217 11218 |
# File 'lib/quickfix_fields.rb', line 11212 def initialize(data = nil) if( data == nil ) super(506) else super(506, data) end end |
Class Method Details
.field ⇒ Object
11209 11210 11211 |
# File 'lib/quickfix_fields.rb', line 11209 def RegistStatus.field return 506 end |