Class: Quickfix::SecuritySettlAgentName

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) ⇒ 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

Class Method Details

.fieldObject



2694
2695
2696
# File 'lib/quickfix_fields.rb', line 2694

def SecuritySettlAgentName.field
  return 176
end