Class: Quickfix::LegPaymentStreamType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamType
constructor
A new instance of LegPaymentStreamType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamType
Returns a new instance of LegPaymentStreamType.
30920 30921 30922 30923 30924 30925 30926 |
# File 'lib/quickfix_fields.rb', line 30920 def initialize(data = nil) if( data == nil ) super(40279) else super(40279, data) end end |
Class Method Details
.field ⇒ Object
30917 30918 30919 |
# File 'lib/quickfix_fields.rb', line 30917 def LegPaymentStreamType.field return 40279 end |