Class: Quickfix::CollAsgnTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnTransType
constructor
A new instance of CollAsgnTransType.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnTransType
Returns a new instance of CollAsgnTransType.
9314 9315 9316 9317 9318 9319 9320 |
# File 'lib/quickfix_fields.rb', line 9314 def initialize(data = nil) if( data == nil ) super(903) else super(903, data) end end |
Class Method Details
.field ⇒ Object
9311 9312 9313 |
# File 'lib/quickfix_fields.rb', line 9311 def CollAsgnTransType.field return 903 end |