Class: Quickfix::ListExecInstType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ListExecInstType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListExecInstType
constructor
A new instance of ListExecInstType.
Constructor Details
#initialize(data = nil) ⇒ ListExecInstType
Returns a new instance of ListExecInstType.
3256 3257 3258 3259 3260 3261 3262 |
# File 'lib/quickfix_fields.rb', line 3256 def initialize(data = nil) if( data == nil ) super(433) else super(433, data) end end |
Class Method Details
.field ⇒ Object
3253 3254 3255 |
# File 'lib/quickfix_fields.rb', line 3253 def ListExecInstType.field return 433 end |