Class: Quickfix::UnderlyingDeliveryScheduleSettlCountry
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryScheduleSettlCountry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlCountry
constructor
A new instance of UnderlyingDeliveryScheduleSettlCountry.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlCountry
Returns a new instance of UnderlyingDeliveryScheduleSettlCountry.
53020 53021 53022 53023 53024 53025 53026 |
# File 'lib/quickfix_fields.rb', line 53020 def initialize(data = nil) if( data == nil ) super(41766) else super(41766, data) end end |
Class Method Details
.field ⇒ Object
53017 53018 53019 |
# File 'lib/quickfix_fields.rb', line 53017 def .field return 41766 end |