Class: Quickfix::NoUnderlyingPhysicalSettlTerms

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingPhysicalSettlTerms

Returns a new instance of NoUnderlyingPhysicalSettlTerms.



58610
58611
58612
58613
58614
58615
58616
# File 'lib/quickfix_fields.rb', line 58610

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

Class Method Details

.fieldObject



58607
58608
58609
# File 'lib/quickfix_fields.rb', line 58607

def NoUnderlyingPhysicalSettlTerms.field
  return 42060
end