Class: Quickfix::LegCashSettlTermXID

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

Returns a new instance of LegCashSettlTermXID.



46936
46937
46938
46939
46940
46941
46942
# File 'lib/quickfix_fields.rb', line 46936

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

Class Method Details

.fieldObject



46933
46934
46935
# File 'lib/quickfix_fields.rb', line 46933

def LegCashSettlTermXID.field
  return 41362
end