Class: Quickfix::LegProvisionCashSettlQuoteType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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