Class: Quickfix::PhysicalSettlDeliverableObligationType

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



30036
30037
30038
30039
30040
30041
30042
# File 'lib/quickfix_fields.rb', line 30036

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

Class Method Details

.fieldObject



30033
30034
30035
# File 'lib/quickfix_fields.rb', line 30033

def PhysicalSettlDeliverableObligationType.field
  return 40210
end