Class: Quickfix::SideReasonCd
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideReasonCd
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideReasonCd
constructor
A new instance of SideReasonCd.
Constructor Details
#initialize(data = nil) ⇒ SideReasonCd
Returns a new instance of SideReasonCd.
13539 13540 13541 13542 13543 13544 13545 |
# File 'lib/quickfix_fields.rb', line 13539 def initialize(data = nil) if( data == nil ) super(1007) else super(1007, data) end end |