Class: Quickfix::ListUpdateAction
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ListUpdateAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListUpdateAction
constructor
A new instance of ListUpdateAction.
Constructor Details
#initialize(data = nil) ⇒ ListUpdateAction
Returns a new instance of ListUpdateAction.
5453 5454 5455 5456 5457 5458 5459 |
# File 'lib/quickfix_fields.rb', line 5453 def initialize(data = nil) if( data == nil ) super(1324) else super(1324, data) end end |
Class Method Details
.field ⇒ Object
5450 5451 5452 |
# File 'lib/quickfix_fields.rb', line 5450 def ListUpdateAction.field return 1324 end |