Class: Quickfix::LegPaymentStubStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateAdjusted
constructor
A new instance of LegPaymentStubStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateAdjusted
Returns a new instance of LegPaymentStubStartDateAdjusted.
67242 67243 67244 67245 67246 67247 67248 |
# File 'lib/quickfix_fields.rb', line 67242 def initialize(data = nil) if( data == nil ) super(42503) else super(42503, data) end end |
Class Method Details
.field ⇒ Object
67239 67240 67241 |
# File 'lib/quickfix_fields.rb', line 67239 def LegPaymentStubStartDateAdjusted.field return 42503 end |