Class: Quickfix::LegDeliveryStreamDeliverAtSourceIndicator

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

Instance Method Summary collapse

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