Class: Quickfix::QuoteCancelType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteCancelType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteCancelType
constructor
A new instance of QuoteCancelType.
Constructor Details
#initialize(data = nil) ⇒ QuoteCancelType
11524 11525 11526 11527 11528 11529 11530 |
# File 'lib/quickfix_fields.rb', line 11524 def initialize(data = nil) if( data == nil ) super(298) else super(298, data) end end |
Class Method Details
.field ⇒ Object
11521 11522 11523 |
# File 'lib/quickfix_fields.rb', line 11521 def QuoteCancelType.field return 298 end |