Class: Quickfix::DKReason
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::DKReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DKReason
constructor
A new instance of DKReason.
Constructor Details
#initialize(data = nil) ⇒ DKReason
Returns a new instance of DKReason.
6545 6546 6547 6548 6549 6550 6551 |
# File 'lib/quickfix_fields.rb', line 6545 def initialize(data = nil) if( data == nil ) super(127) else super(127, data) end end |
Class Method Details
.field ⇒ Object
6542 6543 6544 |
# File 'lib/quickfix_fields.rb', line 6542 def DKReason.field return 127 end |