Class: Quickfix::SecuritySettlAgentContactPhone

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecuritySettlAgentContactPhone

Returns a new instance of SecuritySettlAgentContactPhone.



4569
4570
4571
4572
4573
4574
4575
# File 'lib/quickfix_fields.rb', line 4569

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

Class Method Details

.fieldObject



4566
4567
4568
# File 'lib/quickfix_fields.rb', line 4566

def SecuritySettlAgentContactPhone.field
  return 181
end