Class: Quickfix::LegDeliveryStreamDeliverAtSourceIndicator

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

Class Method Details

.fieldObject



48363
48364
48365
# File 'lib/quickfix_fields.rb', line 48363

def LegDeliveryStreamDeliverAtSourceIndicator.field
	return 41437
end