Class: Quickfix::UnderlyingDeliveryStreamDeliverAtSourceIndicator

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

Returns a new instance of UnderlyingDeliveryStreamDeliverAtSourceIndicator.



53267
53268
53269
53270
53271
53272
53273
# File 'lib/quickfix_fields.rb', line 53267

def initialize(data = nil)
  if( data == nil )
    super(41785)
  else
    super(41785, data)
  end
end

Class Method Details

.fieldObject



53264
53265
53266
# File 'lib/quickfix_fields.rb', line 53264

def UnderlyingDeliveryStreamDeliverAtSourceIndicator.field
  return 41785
end