Class: Quickfix::SettlDepositoryCode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlDepositoryCode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlDepositoryCode
constructor
A new instance of SettlDepositoryCode.
Constructor Details
#initialize(data = nil) ⇒ SettlDepositoryCode
Returns a new instance of SettlDepositoryCode.
2658 2659 2660 2661 2662 2663 2664 |
# File 'lib/quickfix_fields.rb', line 2658 def initialize(data = nil) if( data == nil ) super(173) else super(173, data) end end |