Class: Quickfix::LegProvisionCashSettlMethod

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

Returns a new instance of LegProvisionCashSettlMethod.



33351
33352
33353
33354
33355
33356
33357
# File 'lib/quickfix_fields.rb', line 33351

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

Class Method Details

.fieldObject



33348
33349
33350
# File 'lib/quickfix_fields.rb', line 33348

def LegProvisionCashSettlMethod.field
  return 40466
end