Class: Quickfix::LegOptionExerciseDateType

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

Returns a new instance of LegOptionExerciseDateType.



49471
49472
49473
49474
49475
49476
49477
# File 'lib/quickfix_fields.rb', line 49471

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

Class Method Details

.fieldObject



49468
49469
49470
# File 'lib/quickfix_fields.rb', line 49468

def LegOptionExerciseDateType.field
  return 41514
end