Class: Quickfix::PhysicalSettlTermXID

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

Returns a new instance of PhysicalSettlTermXID.



30010
30011
30012
30013
30014
30015
30016
# File 'lib/quickfix_fields.rb', line 30010

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

Class Method Details

.fieldObject



30007
30008
30009
# File 'lib/quickfix_fields.rb', line 30007

def PhysicalSettlTermXID.field
  return 40208
end