Class: Quickfix::SecuritySettlAgentName

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecuritySettlAgentName

Returns a new instance of SecuritySettlAgentName.



14579
14580
14581
14582
14583
14584
14585
# File 'lib/quickfix_fields.rb', line 14579

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

Class Method Details

.fieldObject



14576
14577
14578
# File 'lib/quickfix_fields.rb', line 14576

def SecuritySettlAgentName.field
	return 176
end