Class: Quickfix::LegProvisionOptionExerciseFixedDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionOptionExerciseFixedDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionExerciseFixedDate
constructor
A new instance of LegProvisionOptionExerciseFixedDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionExerciseFixedDate
Returns a new instance of LegProvisionOptionExerciseFixedDate.
33741 33742 33743 33744 33745 33746 33747 |
# File 'lib/quickfix_fields.rb', line 33741 def initialize(data = nil) if( data == nil ) super(40496) else super(40496, data) end end |
Class Method Details
.field ⇒ Object
33738 33739 33740 |
# File 'lib/quickfix_fields.rb', line 33738 def LegProvisionOptionExerciseFixedDate.field return 40496 end |