Class: Quickfix::SecuritySettlAgentName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecuritySettlAgentName

Returns a new instance of SecuritySettlAgentName.



2697
2698
2699
2700
2701
2702
2703
# File 'lib/quickfix_fields.rb', line 2697

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