Class: Quickfix::SecuritySettlAgentAcctName

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecuritySettlAgentAcctName

Returns a new instance of SecuritySettlAgentAcctName.



8105
8106
8107
8108
8109
8110
8111
# File 'lib/quickfix_fields.rb', line 8105

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

Class Method Details

.fieldObject



8102
8103
8104
# File 'lib/quickfix_fields.rb', line 8102

def SecuritySettlAgentAcctName.field
	return 179
end