Class: Quickfix::CashSettlAgentAcctName

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CashSettlAgentAcctName

Returns a new instance of CashSettlAgentAcctName.



2814
2815
2816
2817
2818
2819
2820
# File 'lib/quickfix_fields.rb', line 2814

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

Class Method Details

.fieldObject



2811
2812
2813
# File 'lib/quickfix_fields.rb', line 2811

def CashSettlAgentAcctName.field
	return 185
end