Class: Quickfix::ReceivingDeptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ReceivingDeptID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReceivingDeptID
constructor
A new instance of ReceivingDeptID.
Constructor Details
#initialize(data = nil) ⇒ ReceivingDeptID
Returns a new instance of ReceivingDeptID.
23952 23953 23954 23955 23956 23957 23958 |
# File 'lib/quickfix_fields.rb', line 23952 def initialize(data = nil) if( data == nil ) super(1726) else super(1726, data) end end |