Class: Quickfix::UnderlyingCashSettlQuoteMethod

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



58454
58455
58456
58457
58458
58459
58460
# File 'lib/quickfix_fields.rb', line 58454

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

Class Method Details

.fieldObject



58451
58452
58453
# File 'lib/quickfix_fields.rb', line 58451

def UnderlyingCashSettlQuoteMethod.field
  return 42048
end