Class: Quickfix::LegProvisionCashSettlValueDateRelativeTo

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

Returns a new instance of LegProvisionCashSettlValueDateRelativeTo.



34157
34158
34159
34160
34161
34162
34163
# File 'lib/quickfix_fields.rb', line 34157

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

Class Method Details

.fieldObject



34154
34155
34156
# File 'lib/quickfix_fields.rb', line 34154

def LegProvisionCashSettlValueDateRelativeTo.field
  return 40528
end