Class: Quickfix::IndividualAllocRejCode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::IndividualAllocRejCode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IndividualAllocRejCode
constructor
A new instance of IndividualAllocRejCode.
Constructor Details
#initialize(data = nil) ⇒ IndividualAllocRejCode
Returns a new instance of IndividualAllocRejCode.
10601 10602 10603 10604 10605 10606 10607 |
# File 'lib/quickfix_fields.rb', line 10601 def initialize(data = nil) if( data == nil ) super(776) else super(776, data) end end |