Class: Quickfix::UnderlyingPhysicalSettlTermXID

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



58662
58663
58664
58665
58666
58667
58668
# File 'lib/quickfix_fields.rb', line 58662

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

Class Method Details

.fieldObject



58659
58660
58661
# File 'lib/quickfix_fields.rb', line 58659

def UnderlyingPhysicalSettlTermXID.field
  return 42064
end