Class: Quickfix::HaircutIndicator

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

Returns a new instance of HaircutIndicator.



24888
24889
24890
24891
24892
24893
24894
# File 'lib/quickfix_fields.rb', line 24888

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

Class Method Details

.fieldObject



24885
24886
24887
# File 'lib/quickfix_fields.rb', line 24885

def HaircutIndicator.field
  return 1902
end