Class: Quickfix::UnderlyingPaymentStreamPricingDayNumber
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayNumber
constructor
A new instance of UnderlyingPaymentStreamPricingDayNumber.
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 |