Class: Quickfix::CollAsgnRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14306 14307 14308 14309 14310 14311 14312 |
# File 'lib/quickfix_fields.rb', line 14306 def initialize(data = nil) if( data == nil ) super(906) else super(906, data) end end |
Class Method Details
.field ⇒ Object
14303 14304 14305 |
# File 'lib/quickfix_fields.rb', line 14303 def CollAsgnRejectReason.field return 906 end |