Class: Quickfix::LegOptionExerciseBusinessDayConvention

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

Returns a new instance of LegOptionExerciseBusinessDayConvention.



49198
49199
49200
49201
49202
49203
49204
# File 'lib/quickfix_fields.rb', line 49198

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

Class Method Details

.fieldObject



49195
49196
49197
# File 'lib/quickfix_fields.rb', line 49195

def LegOptionExerciseBusinessDayConvention.field
  return 41493
end