Class: Quickfix::LegPhysicalSettlDeliverableObligationValue

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

Returns a new instance of LegPhysicalSettlDeliverableObligationValue.



50641
50642
50643
50644
50645
50646
50647
# File 'lib/quickfix_fields.rb', line 50641

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

Class Method Details

.fieldObject



50638
50639
50640
# File 'lib/quickfix_fields.rb', line 50638

def LegPhysicalSettlDeliverableObligationValue.field
  return 41606
end