Class: Quickfix::LegPhysicalSettlDeliverableObligationType

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

Returns a new instance of LegPhysicalSettlDeliverableObligationType.



50628
50629
50630
50631
50632
50633
50634
# File 'lib/quickfix_fields.rb', line 50628

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

Class Method Details

.fieldObject



50625
50626
50627
# File 'lib/quickfix_fields.rb', line 50625

def LegPhysicalSettlDeliverableObligationType.field
  return 41605
end