Class: Quickfix::CashSettlAgentName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlAgentName

Returns a new instance of CashSettlAgentName.



2775
2776
2777
2778
2779
2780
2781
# File 'lib/quickfix_fields.rb', line 2775

def initialize(data = nil)
	if( data == nil )
		super(182)
	else
		super(182, data)
	end
end