Class: Quickfix::ReceivedDeptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ReceivedDeptID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReceivedDeptID
constructor
A new instance of ReceivedDeptID.
Constructor Details
#initialize(data = nil) ⇒ ReceivedDeptID
Returns a new instance of ReceivedDeptID.
13825 13826 13827 13828 13829 13830 13831 |
# File 'lib/quickfix_fields.rb', line 13825 def initialize(data = nil) if( data == nil ) super(1030) else super(1030, data) end end |