Class: Quickfix::LegDeliveryStreamDeliveryContingency

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

Returns a new instance of LegDeliveryStreamDeliveryContingency.



48340
48341
48342
48343
48344
48345
48346
# File 'lib/quickfix_fields.rb', line 48340

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

Class Method Details

.fieldObject



48337
48338
48339
# File 'lib/quickfix_fields.rb', line 48337

def LegDeliveryStreamDeliveryContingency.field
  return 41435
end