Class: Quickfix::LegOptionExerciseExpirationDate

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

Returns a new instance of LegOptionExerciseExpirationDate.



49653
49654
49655
49656
49657
49658
49659
# File 'lib/quickfix_fields.rb', line 49653

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

Class Method Details

.fieldObject



49650
49651
49652
# File 'lib/quickfix_fields.rb', line 49650

def LegOptionExerciseExpirationDate.field
  return 41528
end