Class: Quickfix::SecuritySettlAgentContactPhone

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

Returns a new instance of SecuritySettlAgentContactPhone.



2762
2763
2764
2765
2766
2767
2768
# File 'lib/quickfix_fields.rb', line 2762

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

Class Method Details

.fieldObject



2759
2760
2761
# File 'lib/quickfix_fields.rb', line 2759

def SecuritySettlAgentContactPhone.field
  return 181
end