Class: Quickfix::SecuritySettlAgentAcctName

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

Returns a new instance of SecuritySettlAgentAcctName.



2736
2737
2738
2739
2740
2741
2742
# File 'lib/quickfix_fields.rb', line 2736

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

Class Method Details

.fieldObject



2733
2734
2735
# File 'lib/quickfix_fields.rb', line 2733

def SecuritySettlAgentAcctName.field
  return 179
end