Class: Quickfix::LegProvisionOptionSinglePartySellerSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionOptionSinglePartySellerSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionSinglePartySellerSide
constructor
A new instance of LegProvisionOptionSinglePartySellerSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionSinglePartySellerSide
Returns a new instance of LegProvisionOptionSinglePartySellerSide.
33247 33248 33249 33250 33251 33252 33253 |
# File 'lib/quickfix_fields.rb', line 33247 def initialize(data = nil) if( data == nil ) super(40458) else super(40458, data) end end |
Class Method Details
.field ⇒ Object
33244 33245 33246 |
# File 'lib/quickfix_fields.rb', line 33244 def LegProvisionOptionSinglePartySellerSide.field return 40458 end |