Class: Quickfix::NoLegPhysicalSettlDeliverableObligations

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegPhysicalSettlDeliverableObligations

Returns a new instance of NoLegPhysicalSettlDeliverableObligations.



50615
50616
50617
50618
50619
50620
50621
# File 'lib/quickfix_fields.rb', line 50615

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