Class: Quickfix::LegMasterConfirmationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMasterConfirmationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMasterConfirmationDate
constructor
A new instance of LegMasterConfirmationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMasterConfirmationDate
Returns a new instance of LegMasterConfirmationDate.
61483 61484 61485 61486 61487 61488 61489 |
# File 'lib/quickfix_fields.rb', line 61483 def initialize(data = nil) if( data == nil ) super(2510) else super(2510, data) end end |
Class Method Details
.field ⇒ Object
61480 61481 61482 |
# File 'lib/quickfix_fields.rb', line 61480 def LegMasterConfirmationDate.field return 2510 end |