Class: Quickfix::SideHaircutIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::SideHaircutIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideHaircutIndicator
constructor
A new instance of SideHaircutIndicator.
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 |