Class: Quickfix::LegProvisionOptionExpirationDateRelativeTo

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

Returns a new instance of LegProvisionOptionExpirationDateRelativeTo.



33806
33807
33808
33809
33810
33811
33812
# File 'lib/quickfix_fields.rb', line 33806

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

Class Method Details

.fieldObject



33803
33804
33805
# File 'lib/quickfix_fields.rb', line 33803

def LegProvisionOptionExpirationDateRelativeTo.field
  return 40501
end