Class: Quickfix::AffiliatedFirmsTradeIndicator

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

Returns a new instance of AffiliatedFirmsTradeIndicator.



61821
61822
61823
61824
61825
61826
61827
# File 'lib/quickfix_fields.rb', line 61821

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

Class Method Details

.fieldObject



61818
61819
61820
# File 'lib/quickfix_fields.rb', line 61818

def AffiliatedFirmsTradeIndicator.field
  return 2525
end