Class: Quickfix::LegCashSettlQuoteMethod

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

Returns a new instance of LegCashSettlQuoteMethod.



46793
46794
46795
46796
46797
46798
46799
# File 'lib/quickfix_fields.rb', line 46793

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

Class Method Details

.fieldObject



46790
46791
46792
# File 'lib/quickfix_fields.rb', line 46790

def LegCashSettlQuoteMethod.field
  return 41351
end