Class: Quickfix::PhysicalSettlDeliverableObligationValue

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

Returns a new instance of PhysicalSettlDeliverableObligationValue.



30049
30050
30051
30052
30053
30054
30055
# File 'lib/quickfix_fields.rb', line 30049

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

Class Method Details

.fieldObject



30046
30047
30048
# File 'lib/quickfix_fields.rb', line 30046

def PhysicalSettlDeliverableObligationValue.field
  return 40211
end