Class: Quickfix::BusinessRejectRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::BusinessRejectRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessRejectRefID
constructor
A new instance of BusinessRejectRefID.
Constructor Details
#initialize(data = nil) ⇒ BusinessRejectRefID
Returns a new instance of BusinessRejectRefID.
3750 3751 3752 3753 3754 3755 3756 |
# File 'lib/quickfix_fields.rb', line 3750 def initialize(data = nil) if( data == nil ) super(379) else super(379, data) end end |
Class Method Details
.field ⇒ Object
3747 3748 3749 |
# File 'lib/quickfix_fields.rb', line 3747 def BusinessRejectRefID.field return 379 end |