Class: Quickfix::ListMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ListMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListMethod
constructor
A new instance of ListMethod.
Constructor Details
#initialize(data = nil) ⇒ ListMethod
Returns a new instance of ListMethod.
1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/quickfix_fields.rb', line 1306 def initialize(data = nil) if( data == nil ) super(1198) else super(1198, data) end end |
Class Method Details
.field ⇒ Object
1303 1304 1305 |
# File 'lib/quickfix_fields.rb', line 1303 def ListMethod.field return 1198 end |