Class: Quickfix::UnderlyingNonDeliverableFixingDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDate

Returns a new instance of UnderlyingNonDeliverableFixingDate.



35834
35835
35836
35837
35838
35839
35840
# File 'lib/quickfix_fields.rb', line 35834

def initialize(data = nil)
  if( data == nil )
    super(40657)
  else
    super(40657, data)
  end
end

Class Method Details

.fieldObject



35831
35832
35833
# File 'lib/quickfix_fields.rb', line 35831

def UnderlyingNonDeliverableFixingDate.field
  return 40657
end