Class: Quickfix::LegBrokerConfirmationDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBrokerConfirmationDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBrokerConfirmationDesc
constructor
A new instance of LegBrokerConfirmationDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBrokerConfirmationDesc
Returns a new instance of LegBrokerConfirmationDesc.
61353 61354 61355 61356 61357 61358 61359 |
# File 'lib/quickfix_fields.rb', line 61353 def initialize(data = nil) if( data == nil ) super(2500) else super(2500, data) end end |
Class Method Details
.field ⇒ Object
61350 61351 61352 |
# File 'lib/quickfix_fields.rb', line 61350 def LegBrokerConfirmationDesc.field return 2500 end |