Class: Quickfix::CashSettlTermXID

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

Returns a new instance of CashSettlTermXID.



27813
27814
27815
27816
27817
27818
27819
# File 'lib/quickfix_fields.rb', line 27813

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

Class Method Details

.fieldObject



27810
27811
27812
# File 'lib/quickfix_fields.rb', line 27810

def CashSettlTermXID.field
  return 40039
end