Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue

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

Returns a new instance of UnderlyingPhysicalSettlDeliverableObligationValue.



58701
58702
58703
58704
58705
58706
58707
# File 'lib/quickfix_fields.rb', line 58701

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

Class Method Details

.fieldObject



58698
58699
58700
# File 'lib/quickfix_fields.rb', line 58698

def UnderlyingPhysicalSettlDeliverableObligationValue.field
  return 42067
end