Class: Quickfix::SideHaircutIndicator

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

Instance Method Summary collapse

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