Class: Quickfix::CashSettlAgentContactPhone

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlAgentContactPhone

Returns a new instance of CashSettlAgentContactPhone.



435
436
437
438
439
440
441
# File 'lib/quickfix_fields.rb', line 435

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

Class Method Details

.fieldObject



432
433
434
# File 'lib/quickfix_fields.rb', line 432

def CashSettlAgentContactPhone.field
  return 187
end