Class: Quickfix::ApplTestMessageIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ApplTestMessageIndicator

Returns a new instance of ApplTestMessageIndicator.



56777
56778
56779
56780
56781
56782
56783
# File 'lib/quickfix_fields.rb', line 56777

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

Class Method Details

.fieldObject



56774
56775
56776
# File 'lib/quickfix_fields.rb', line 56774

def ApplTestMessageIndicator.field
  return 2330
end