Class: Quickfix::UnderlyingPaymentStreamPricingDayNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayNumber
constructor
A new instance of UnderlyingPaymentStreamPricingDayNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayNumber
Returns a new instance of UnderlyingPaymentStreamPricingDayNumber.
55555 55556 55557 55558 55559 55560 55561 |
# File 'lib/quickfix_fields.rb', line 55555 def initialize(data = nil) if( data == nil ) super(41946) else super(41946, data) end end |
Class Method Details
.field ⇒ Object
55552 55553 55554 |
# File 'lib/quickfix_fields.rb', line 55552 def .field return 41946 end |