Class: Quickfix::PublishTrdIndicator

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

Returns a new instance of PublishTrdIndicator.



11550
11551
11552
11553
11554
11555
11556
# File 'lib/quickfix_fields.rb', line 11550

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

Class Method Details

.fieldObject



11547
11548
11549
# File 'lib/quickfix_fields.rb', line 11547

def PublishTrdIndicator.field
  return 852
end