Class: Quickfix::LegOptionExerciseExpirationDateType

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

Returns a new instance of LegOptionExerciseExpirationDateType.



49666
49667
49668
49669
49670
49671
49672
# File 'lib/quickfix_fields.rb', line 49666

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

Class Method Details

.fieldObject



49663
49664
49665
# File 'lib/quickfix_fields.rb', line 49663

def LegOptionExerciseExpirationDateType.field
  return 41529
end