Class: Quickfix::CollAsgnRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnRejectReason
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnRejectReason
constructor
A new instance of CollAsgnRejectReason.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnRejectReason
Returns a new instance of CollAsgnRejectReason.
12252 12253 12254 12255 12256 12257 12258 |
# File 'lib/quickfix_fields.rb', line 12252 def initialize(data = nil) if( data == nil ) super(906) else super(906, data) end end |