Class: Quickfix::SideHaircutIndicator

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

Returns a new instance of SideHaircutIndicator.



75679
75680
75681
75682
75683
75684
75685
# File 'lib/quickfix_fields.rb', line 75679

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

Class Method Details

.fieldObject



75676
75677
75678
# File 'lib/quickfix_fields.rb', line 75676

def SideHaircutIndicator.field
  return 2703
end