Class: Quickfix::RespondentType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RespondentType

Returns a new instance of RespondentType.



15632
15633
15634
15635
15636
15637
15638
# File 'lib/quickfix_fields.rb', line 15632

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

Class Method Details

.fieldObject



15629
15630
15631
# File 'lib/quickfix_fields.rb', line 15629

def RespondentType.field
  return 1172
end