Class: Quickfix::CollAsgnReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnReason
constructor
A new instance of CollAsgnReason.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnReason
Returns a new instance of CollAsgnReason.
3958 3959 3960 3961 3962 3963 3964 |
# File 'lib/quickfix_fields.rb', line 3958 def initialize(data = nil) if( data == nil ) super(895) else super(895, data) end end |
Class Method Details
.field ⇒ Object
3955 3956 3957 |
# File 'lib/quickfix_fields.rb', line 3955 def CollAsgnReason.field return 895 end |