Class: Quickfix::SecuritySettlAgentCode

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

Returns a new instance of SecuritySettlAgentCode.



2710
2711
2712
2713
2714
2715
2716
# File 'lib/quickfix_fields.rb', line 2710

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

Class Method Details

.fieldObject



2707
2708
2709
# File 'lib/quickfix_fields.rb', line 2707

def SecuritySettlAgentCode.field
  return 177
end