Class: Quickfix::LegOptionExerciseExpirationRollConvention

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationRollConvention

Returns a new instance of LegOptionExerciseExpirationRollConvention.



49588
49589
49590
49591
49592
49593
49594
# File 'lib/quickfix_fields.rb', line 49588

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

Class Method Details

.fieldObject



49585
49586
49587
# File 'lib/quickfix_fields.rb', line 49585

def LegOptionExerciseExpirationRollConvention.field
  return 41523
end