Class: Quickfix::CashSettlAgentContactName

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

Returns a new instance of CashSettlAgentContactName.



2827
2828
2829
2830
2831
2832
2833
# File 'lib/quickfix_fields.rb', line 2827

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

Class Method Details

.fieldObject



2824
2825
2826
# File 'lib/quickfix_fields.rb', line 2824

def CashSettlAgentContactName.field
  return 186
end