Class: Quickfix::LegVersusPurchaseDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegVersusPurchaseDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegVersusPurchaseDate
constructor
A new instance of LegVersusPurchaseDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegVersusPurchaseDate
Returns a new instance of LegVersusPurchaseDate.
22977 22978 22979 22980 22981 22982 22983 |
# File 'lib/quickfix_fields.rb', line 22977 def initialize(data = nil) if( data == nil ) super(1757) else super(1757, data) end end |
Class Method Details
.field ⇒ Object
22974 22975 22976 |
# File 'lib/quickfix_fields.rb', line 22974 def LegVersusPurchaseDate.field return 1757 end |