Class: Quickfix::UnderlyingDeliveryStreamDeliveryContingency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingency

Returns a new instance of UnderlyingDeliveryStreamDeliveryContingency.



53241
53242
53243
53244
53245
53246
53247
# File 'lib/quickfix_fields.rb', line 53241

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

Class Method Details

.fieldObject



53238
53239
53240
# File 'lib/quickfix_fields.rb', line 53238

def UnderlyingDeliveryStreamDeliveryContingency.field
  return 41783
end