Class: Quickfix::LegDeliveryStreamDeliverAtSourceIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegDeliveryStreamDeliverAtSourceIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliverAtSourceIndicator
constructor
A new instance of LegDeliveryStreamDeliverAtSourceIndicator.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliverAtSourceIndicator
Returns a new instance of LegDeliveryStreamDeliverAtSourceIndicator.
48366 48367 48368 48369 48370 48371 48372 |
# File 'lib/quickfix_fields.rb', line 48366 def initialize(data = nil) if( data == nil ) super(41437) else super(41437, data) end end |