Class: Quickfix::LegProvisionCashSettlQuoteType

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

Returns a new instance of LegProvisionCashSettlQuoteType.



33390
33391
33392
33393
33394
33395
33396
# File 'lib/quickfix_fields.rb', line 33390

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

Class Method Details

.fieldObject



33387
33388
33389
# File 'lib/quickfix_fields.rb', line 33387

def LegProvisionCashSettlQuoteType.field
  return 40469
end