Class: Quickfix::CollApplType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollApplType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollApplType
constructor
A new instance of CollApplType.
Constructor Details
#initialize(data = nil) ⇒ CollApplType
Returns a new instance of CollApplType.
7442 7443 7444 7445 7446 7447 7448 |
# File 'lib/quickfix_fields.rb', line 7442 def initialize(data = nil) if( data == nil ) super(1043) else super(1043, data) end end |
Class Method Details
.field ⇒ Object
7439 7440 7441 |
# File 'lib/quickfix_fields.rb', line 7439 def CollApplType.field return 1043 end |