Class: Quickfix::SettlDepositoryCode

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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