Class: Quickfix::UnderlyingNonDeliverableFixingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingNonDeliverableFixingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDate
constructor
A new instance of UnderlyingNonDeliverableFixingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDate
Returns a new instance of UnderlyingNonDeliverableFixingDate.
35834 35835 35836 35837 35838 35839 35840 |
# File 'lib/quickfix_fields.rb', line 35834 def initialize(data = nil) if( data == nil ) super(40657) else super(40657, data) end end |
Class Method Details
.field ⇒ Object
35831 35832 35833 |
# File 'lib/quickfix_fields.rb', line 35831 def .field return 40657 end |