Class: Quickfix::LegNonDeliverableFixingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegNonDeliverableFixingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegNonDeliverableFixingDate
constructor
A new instance of LegNonDeliverableFixingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegNonDeliverableFixingDate
Returns a new instance of LegNonDeliverableFixingDate.
32077 32078 32079 32080 32081 32082 32083 |
# File 'lib/quickfix_fields.rb', line 32077 def initialize(data = nil) if( data == nil ) super(40368) else super(40368, data) end end |
Class Method Details
.field ⇒ Object
32074 32075 32076 |
# File 'lib/quickfix_fields.rb', line 32074 def LegNonDeliverableFixingDate.field return 40368 end |