Class: Quickfix::DerivativeIssueDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeIssueDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeIssueDate
constructor
A new instance of DerivativeIssueDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeIssueDate
Returns a new instance of DerivativeIssueDate.
16945 16946 16947 16948 16949 16950 16951 |
# File 'lib/quickfix_fields.rb', line 16945 def initialize(data = nil) if( data == nil ) super(1276) else super(1276, data) end end |
Class Method Details
.field ⇒ Object
16942 16943 16944 |
# File 'lib/quickfix_fields.rb', line 16942 def DerivativeIssueDate.field return 1276 end |