Class: Quickfix::LegDatedDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDatedDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDatedDate
constructor
A new instance of LegDatedDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDatedDate
Returns a new instance of LegDatedDate.
10120 10121 10122 10123 10124 10125 10126 |
# File 'lib/quickfix_fields.rb', line 10120 def initialize(data = nil) if( data == nil ) super(739) else super(739, data) end end |
Class Method Details
.field ⇒ Object
10117 10118 10119 |
# File 'lib/quickfix_fields.rb', line 10117 def LegDatedDate.field return 739 end |